LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
PlaySettings Enumeration
See Also  
Leadtools.Multimedia Namespace : PlaySettings Enumeration



The PlaySettings enumeration values control saving and loading settings for the PlayCtrl object.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum PlaySettings 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlaySettings
C# 
[FlagsAttribute()]
public enum PlaySettings : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class PlaySettings : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllSave or load all settings.
AudioCompressorsNot used; no significance for PlayCtrl objects.
AudioDevicesSave or load the selected audio renderer.
AudioProcessorsSave or load the selected audio processors.
CompressorsNot used; no significance for PlayCtrl objects.
ControlsSave or load all properties that affect the operation of the PlayCtrl object. Currently this will only include the MiscControls option.
DevicesSave or load the selected audio and midi devices.
FlagsSet all flags on. Currently this only affects the Rewind flag.
MidiDevicesSave or load the selected MIDI renderer.
MiscControlsSave or load miscellaneous properties that affect the operation of the player object.
ProcessorsSave or load the selected video and audio processors.
RewindRewind the stream to the zero position before reading from or writing to it using functions like PlayCtrl.SaveSettingsToStream and PlayCtrl.LoadSettingsFromStream.
VideoCompressorsNot used; no significance for PlayCtrl objects.
VideoDevicesNot used; no significance for PlayCtrl objects.
VideoProcessorsSave or load the selected video processors.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlaySettings

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also