ltmmPlayCtrl.LoadSettingsFromStream Method

Visual Basic

Syntax

object.LoadSettingsFromStream(SourceStream As Object, Flags As Long)

Remarks

Loads settings from a stream. This reconstructs the playing configuration based on the settings saved to the stream.

The player object's settings can be saved to a stream by calling ltmmPlayCtrl.SaveSettingsToStream. The player object's settings can be saved to a file by calling the ltmmPlayCtrl.SaveSettingsToFile method.

Settings saved to a file can be loaded using ltmmPlayCtrl.LoadSettingsFromFile.

Platforms

Win32, x64, Mobile

See Also

Elements:

ltmmPlayCtrl.SaveSettingsToFile method, ltmmPlayCtrl.LoadSettingsFromFile method, ltmmPlayCtrl.SaveSettingsToStream method

Topics:

Multimedia Properties, Methods and Events