ltmmTargetFormat_Dlg Constants

Const ltmmTargetFormat_Dlg_Mux = 0
Const ltmmTargetFormat_Dlg_Sink = 1
Const ltmmTargetFormat_Dlg_VideoCompressor = 2
Const ltmmTargetFormat_Dlg_AudioCompressor = 3
Const ltmmTargetFormat_Dlg_AVMux = 4

The ltmmTargetFormat_Dlg constants define helper and property dialog boxes available in the cached object.

Constant

Description

ltmmTargetFormat_Dlg_Mux

[0] Specifies the multiplexer A module that combines audio and video into one file. filter dialog box.

ltmmTargetFormat_Dlg_Sink

[1] Specifies the sink (writer) filter dialog box.

ltmmTargetFormat_Dlg_VideoCompressor

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

ltmmTargetFormat_Dlg_AudioCompressor

[3] Specifies the audio compressor filter dialog box.

ltmmTargetFormat_Dlg_AVMux,

[4] Specifies the Audio Video (preliminary) multiplexer filter dialog box.

See Also

ltmmTargetFormat.ShowCacheDialog Method

ltmmTargetFormat.HasCacheDialog Method