The ltmmPlay_Object constants define objects that can be obtained through GetSubObject.
typedef enum _ltmmPlay_Object
{
ltmmPlay_Object_FilterGraph,
ltmmPlay_Object_SourceFilter,
ltmmPlay_Object_VideoRenderer,
ltmmPlay_Object_AudioRenderer,
ltmmPlay_Object_VideoDecompressor,
ltmmPlay_Object_AudioDecompressor,
ltmmPlay_Object_Splitter,
ltmmPlay_Object_SelAudioProcessor = 0x100,
ltmmPlay_Object_SelVideoProcessor = 0x200,
} ltmmPlay_Object;
Specifies the filter graph.
Specifies the source filter.
Specifies the video renderer.
Specifies the audio renderer.
Specifies the video decompressor object.
Specifies the audio decompressor object.
Specifies the splitter (demultiplexer) object.
Specifies the first selected audio processor. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified.
Specifies the first selected video processor. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document