Const ltmmPlay_Settings_AudioProcessors = 0x00000001
Const ltmmPlay_Settings_VideoProcessors = 0x00000002
Const ltmmPlay_Settings_Processors = 0x0000000F
Const ltmmPlay_Settings_AudioCompressors = 0x00000010
Const ltmmPlay_Settings_VideoCompressors = 0x00000020
Const ltmmPlay_Settings_Compressors = 0x000000F0
Const ltmmPlay_Settings_AudioDevices = 0x00000100
Const ltmmPlay_Settings_VideoDevices = 0x00000200
Const ltmmPlay_Settings_MidiDevices = 0x00000400
Const ltmmPlay_Settings_Devices = 0x00000F00
Const ltmmPlay_Settings_MiscControls = 0x00001000
Const ltmmPlay_Settings_Controls = 0x0000F000
Const ltmmPlay_Settings_All = 0x00ffffff
Const ltmmPlay_Settings_Rewind = 0x01000000
Const ltmmPlay_Settings_Flags = 0xff000000
The ltmmPlay_Settings constants control saving and loading settings for the player object.
Constant |
Description |
ltmmPlay_Settings_AudioProcessors |
[0x00000001] Save or load the selected audio processors. |
ltmmPlay_Settings_VideoProcessors |
[0x00000002] Save or load the selected video processors. |
ltmmPlay_Settings_Processors |
[0x0000000F] Save or load the selected video and audio processors. |
ltmmPlay_Settings_AudioCompressors |
[0x00000010] Not used; no significance for player objects. |
ltmmPlay_Settings_VideoCompressors |
[0x00000020] Not used; no significance for player objects. |
ltmmPlay_Settings_Compressors |
[0x000000F0] Not used; no significance for player objects. |
ltmmPlay_Settings_AudioDevices |
[0x00000100] Save or load the selected audio renderer. |
ltmmPlay_Settings_VideoDevices |
[0x00000200] Not used; no significance for player objects. |
ltmmPlay_Settings_MidiDevices |
[0x00000400] Save or load the selected MIDI renderer. |
ltmmPlay_Settings_Devices |
[0x00000F00] Save or load the selected audio and midi devices. |
ltmmPlay_Settings_MiscControls |
[0x00001000] Save or load miscellaneous properties that affect the operation of the player object. |
ltmmPlay_Settings_Controls |
[0x0000F000] Save or load all properties that affect the operation of the player object. Currently this will only include the Misc. Controls option, ltmmPlay_Settings_MiscControls. |
ltmmPlay_Settings_All |
[0x00FFFFFF] Save or load all settings. |
ltmmPlay_Settings_Rewind |
[0x01000000] Rewind the stream to position zero before reading from or writing to it using functions like SaveSettingsToStream and LoadSettingsFromStream. |
ltmmPlay_Settings_Flags |
[0xFF000000] Set all flags on. Currently this will only affect the rewind flag, ltmmPlay_Settings_Rewind. |