Visual Basic (Declaration) | |
---|---|
Public Enum PlayObject Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PlayObject |
C# | |
---|---|
public enum PlayObject : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class PlayObject : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AudioDecompressor | Specifies the audio decompressor object. |
AudioRenderer | Specifies the audio renderer. |
FilterGraph | Specifies the filter graph. |
SelAudioProcessor | Specifies the first selected audio processor. |
SelVideoProcessor | Specifies the first selected video processor. |
SourceFilter | Specifies the filter graphs source media file. |
Splitter | Specifies the splitter (demultiplexer) object. |
VideoDecompressor | Specifies the video decompressor |
VideoRenderer | Specifies the video renderer |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlayObject
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7