ltmmPlay_Object Constants

Const ltmmPlay_Object_FilterGraph = 0
Const ltmmPlay_Object_SourceFilter = 1
Const ltmmPlay_Object_VideoRenderer = 2
Const ltmmPlay_Object_AudioRenderer = 3
Const ltmmPlay_Object_VideoDecompressor = 4 
Const ltmmPlay_Object_AudioDecompressor = 5 
Const ltmmPlay_Object_Splitter = 6
Const ltmmPlay_Object_SelAudioProcessor = 256
Const ltmmPlay_Object_SelVideoProcessor = 512

The ltmmPlay_Object constants define objects that can be obtained through GetSubObject.

Constant

Description

ltmmPlay_Object_FilterGraph

[0] Specifies the filter graph.

ltmmPlay_Object_SourceFilter

[1] Specifies the filter graphs source media file.

ltmmPlay_Object_VideoRenderer

[2] Specifies the video renderer The DirectShow component responsible for playing the video. Some renderers might have useful settings you can adjust if you have problems playing the video..

ltmmPlay_Object_AudioRenderer

[3] Specifies the audio renderer The audio device that will play the sound. This is usually your sound card. Some computers have more than one sound playback device. You choose which sound playback device will play the sound by selecting the corresponding audio renderer..

ltmmPlay_Object_VideoDecompressor

[4]Specifies the video decompressor Also known as a decoder Also known as a decompressor, this is a module or algorithm to decompress data., this is a module or algorithm to decompress data. object.

ltmmPlay_Object_AudioDecompressor

[5]Specifies the audio decompressor object.

ltmmPlay_Object_Splitter

[6]Specifies the splitter (demultiplexer) object.

ltmmPlay_Object_SelAudioProcessor

[256] Specifies the first selected audio processor. Additional processors may be specified by adding the processor’s collection index to this constant. A maximum of 256 processors may be specified.

ltmmPlay_Object_SelVideoProcessor

[512] Specifies the first selected video processor. Additional processors may be specified by adding the processor’s collection index to this constant. A maximum of 256 processors may be specified.

See Also

ltmmPlayCtrl.GetSubObject method