| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum PlaySettings Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PlaySettings | |
| C# | |
|---|---|
[FlagsAttribute()] public enum PlaySettings : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class PlaySettings : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| All | Save or load all settings. |
| AudioCompressors | Not used; no significance for PlayCtrl objects. |
| AudioDevices | Save or load the selected audio renderer. |
| AudioProcessors | Save or load the selected audio processors. |
| Compressors | Not used; no significance for PlayCtrl objects. |
| Controls | Save or load all properties that affect the operation of the PlayCtrl object. Currently this will only include the MiscControls option. |
| Devices | Save or load the selected audio and midi devices. |
| Flags | Set all flags on. Currently this only affects the Rewind flag. |
| MidiDevices | Save or load the selected MIDI renderer. |
| MiscControls | Save or load miscellaneous properties that affect the operation of the player object. |
| Processors | Save or load the selected video and audio processors. |
| Rewind | Rewind the stream to the zero position before reading from or writing to it using functions like PlayCtrl.SaveSettingsToStream and PlayCtrl.LoadSettingsFromStream. |
| VideoCompressors | Not used; no significance for PlayCtrl objects. |
| VideoDevices | Not used; no significance for PlayCtrl objects. |
| VideoProcessors | Save or load the selected video processors. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlaySettings
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code