ltmmCaptureCtrl.LoadSettingsFromFile Method

Visual Basic

Syntax

object.LoadSettingsFromFile(SourceFile As String, Flags As Long)

Remarks

Loads settings from a file. This reconstructs the capturing configuration based on the settings saved to the file.

The capture object's settings can be saved to a file by calling ltmmCaptureCtrl.SaveSettingsToFile. The capture object's settings can be saved to a stream by calling ltmmCaptureCtrl.SaveSettingsToStream.

Settings saved to a stream can be loaded using ltmmCaptureCtrl.LoadSettingsFromStream.

Platforms

Win32, x64

See Also

Elements:

ltmmCaptureCtrl.SaveSettingsToFile method, ltmmCaptureCtrl.LoadSettingsFromStream method, ltmmCaptureCtrl.SaveSettingsToStream method

Topics:

Multimedia Properties, Methods and Events