ltmmConvert_Dlg Constants

The ltmmConvert_Dlg constants define helper and property dialog boxes available in the convert control.

Const ltmmConvert_Dlg_VideoCompressor = 0
Const ltmmConvert_Dlg_AudioCompressor = 1
Const ltmmConvert_Dlg_TargetFormat = 2
Const ltmmConvert_Dlg_AudioProcessors = 3
Const ltmmConvert_Dlg_VideoProcessors = 4
Const ltmmConvert_Dlg_VideoDecompressor = 6
Const ltmmConvert_Dlg_AudioDecompressor = 7
Const ltmmConvert_Dlg_Splitter = 8
Const ltmmConvert_Dlg_SelAudioProcessor = 256
Const ltmmConvert_Dlg_SelVideoProcessor = 512

 

Constant

Description

ltmmConvert_Dlg_VideoCompressor

[0] Specifies the 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.. properties dialog box.

ltmmConvert_Dlg_AudioCompressor

[1] Specifies the selected audio compressor properties dialog box.

ltmmConvert_Dlg_TargetFormat

[2] Specifies the properties dialog box for the assigned 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..

Before showing this dialog, call the ltmmConvertCtrl.TargetFile property to set the target file name. If file name is not available, set the value of this property to an empty string.

ltmmConvert_Dlg_AudioProcessors

[3] Specifies the audio processor selection dialog box.

ltmmConvert_Dlg_VideoProcessors

[4] Specifies the video processor selection dialog box.

ltmmConvert_Dlg_VideoDecompressor

[6] Specifies the video decompressor dialog box.

ltmmConvert_Dlg_AudioDecompressor

[7] Specifies the audio decompressor dialog box.

ltmmConvert_Dlg_Splitter

[8] Specifies the splitter (demultiplexer) dialog box.

ltmmCapture_Dlg_SelAudioProcessor

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

ltmmCapture_Dlg_SelVideoProcessor

[512] Specifies the first selected video processor’s properties dialog box. 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.HasDialog Method

ltmmConvertCtrl.ShowDialog Method