The ltmmPlay_Settings constants control saving and loading settings for the player object.
typedef enum ltmmPlay_Settings
{
ltmmPlay_Settings_AudioProcessors = 0x00000001,
ltmmPlay_Settings_VideoProcessors = 0x00000002,
ltmmPlay_Settings_Processors = 0x0000000F,
ltmmPlay_Settings_AudioCompressors = 0x00000010,
ltmmPlay_Settings_VideoCompressors = 0x00000020,
ltmmPlay_Settings_Compressors = 0x000000F0,
ltmmPlay_Settings_AudioDevices = 0x00000100,
ltmmPlay_Settings_VideoDevices = 0x00000200,
ltmmPlay_Settings_MidiDevices = 0x00000400,
ltmmPlay_Settings_Devices = 0x00000F00,
ltmmPlay_Settings_MiscControls = 0x00001000,
ltmmPlay_Settings_Controls = 0x0000F000,
ltmmPlay_Settings_All = 0x00ffffff,
ltmmPlay_Settings_Rewind = 0x01000000,
ltmmPlay_Settings_Flags = 0xff000000
} ltmmPlay_Settings;
[0x00000001] Save or load the selected audio processors.
[0x00000002] Save or load the selected video processors.
[0x0000000F] Save or load the selected video and audio processors.
[0x00000010] Not used; no significance for player objects.
[0x00000020] Not used; no significance for player objects.
[0x000000F0] Not used; no significance for player objects.
[0x00000100] Save or load the selected audio renderer.
[0x00000200] Not used; no significance for player objects.
[0x00000400] Save or load the selected MIDI renderer.
[0x00000F00] Save or load the selected audio and midi devices.
[0x00001000] Save or load miscellaneous properties that affect the operation of the player object.
[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.
[0x00FFFFFF] Save or load all settings.
[0x01000000] Rewind the stream to position zero before reading from or writing to it using functions like SaveSettingsToStream and LoadSettingsFromStream.
[0xFF000000] Set all flags on. Currently this will only affect the rewind flag, ltmmPlay_Settings_Rewind.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document