Leadtools.Multimedia Namespace : PlayObject Enumeration |
'Declaration Public Enum PlayObject Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PlayObject
public enum PlayObject : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class PlayObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | FilterGraph | Specifies the filter graph. |
0x00000001 | SourceFilter | Specifies the filter graphs source media file. |
0x00000002 | VideoRenderer | Specifies the video renderer |
0x00000003 | AudioRenderer | Specifies the audio renderer. |
0x00000004 | VideoDecompressor | Specifies the video decompressor |
0x00000005 | AudioDecompressor | Specifies the audio decompressor object. |
0x00000100 | SelAudioProcessor | Specifies the first selected audio processor. |
0x00000200 | SelVideoProcessor | Specifies the first selected video processor. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayObject