PlaySettings Enumeration

Summary
The PlaySettings enumeration values control saving and loading settings for the PlayCtrl object.
Syntax
C#
C++/CLI
[FlagsAttribute()] 
public enum PlaySettings 
[FlagsAttribute()] 
public enum class PlaySettings   
Members
ValueMemberDescription
0xFF000000Flags Set all flags on. Currently this only affects the Rewind flag.
0x00000001AudioProcessors Save or load the selected audio processors.
0x00000002VideoProcessors Save or load the selected video processors.
0x0000000FProcessors Save or load the selected video and audio processors.
0x00000010AudioCompressors Not used; no significance for PlayCtrl objects.
0x00000020VideoCompressors Not used; no significance for PlayCtrl objects.
0x000000F0Compressors Not used; no significance for PlayCtrl objects.
0x00000100AudioDevices Save or load the selected audio renderer.
0x00000200VideoDevices Not used; no significance for PlayCtrl objects.
0x00000400MidiDevices Save or load the selected MIDI renderer.
0x00000F00Devices Save or load the selected audio and midi devices.
0x00001000MiscControls Save or load miscellaneous properties that affect the operation of the player object.
0x0000F000Controls Save or load all properties that affect the operation of the PlayCtrl object. Currently this will only include the MiscControls option.
0x00FFFFFFAll Save or load all settings.
0x01000000Rewind Rewind the stream to the zero position before reading from or writing to it using functions like PlayCtrl.SaveSettingsToStream and PlayCtrl.LoadSettingsFromStream.
Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.