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



The PlayObject enumeration values define objects that can be obtained using the PlayCtrl.GetSubObject method.

Syntax

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

Members

MemberDescription
AudioDecompressorSpecifies the audio decompressor object.
AudioRendererSpecifies the audio renderer.
FilterGraphSpecifies the filter graph.
SelAudioProcessorSpecifies the first selected audio processor.
SelVideoProcessorSpecifies the first selected video processor.
SourceFilterSpecifies the filter graphs source media file.
SplitterSpecifies the splitter (demultiplexer) object.
VideoDecompressorSpecifies the video decompressor
VideoRendererSpecifies the video renderer

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlayObject

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