ltmmConvert_Object Constants

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

Const ltmmConvert_Object_FilterGraph = 0
Const ltmmConvert_Object_SourceFilter = 1
Const ltmmConvert_Object_TargetFilter = 2
Const ltmmConvert_Object_VideoCompressor = 3
Const ltmmConvert_Object_AudioCompressor = 4
Const ltmmConvert_Object_VideoDecompressor = 5
Const ltmmConvert_Object_AudioDecompressor = 6
Const ltmmConvert_Object_Splitter = 7
Const ltmmConvert_Object_VideoCompressorOutputPin = 8
Const ltmmConvert_Object_AudioCompressorOutputPin = 9
Const ltmmConvert_Object_Sink = 10
Const ltmmConvert_Object_SelAudioProcessor = 256
Const ltmmConvert_Object_SelVideoProcessor = 512

Constant

Description

ltmmConvert_Object_FilterGraph

[0] Specifies the filter graph.

ltmmConvert_Object_SourceFilter

[1] Specifies the source filter.

ltmmConvert_Object_TargetFilter

[2] Specifies the target filter.

ltmmConvert_Object_VideoCompressor

[3] Specifies the currently selected video compressor Also known as an encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder., this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder Also known as a decompressor, this is a module or algorithm to decompress data...

ltmmConvert_Object_AudioCompressor

[4] Specifies the currently selected audio compressor.

ltmmConvert_Object_VideoDecompressor

[5] Specifies the video decompressor object.

ltmmConvert_Object_AudioDecompressor

[6] Specifies the audio decompressor object.

ltmmConvert_Object_Splitter

[7] Specifies the splitter (demultiplexer) object.

ltmmConvert_Object_VideoCompressorOutputPin

[8] Specifies the video compressor output pin.

ltmmConvert_Object_AudioCompressorOutputPin

[9] Specifies the audio compressor output pin.

ltmmConvert_Object_Sink

[10] Specifies the sink (writer) object. If the target format The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data. is to be used for the conversion, and any special settings used by the codecs. type is ltmmConvert_TargetFormat_DVD, this specifies the DVD writer object.

ltmmConvert_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.

ltmmConvert_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

ltmmConvertCtrl.GetSubObject method