ltmmTargetFormat_Dlg Constants
typedef enum ltmmTargetFormat_Object
{
ltmmTargetFormat_Dlg_Mux,
ltmmTargetFormat_Dlg_Sink,
ltmmTargetFormat_Dlg_VideoCompressor,
ltmmTargetFormat_Dlg_AudioCompressor,
ltmmTargetFormat_Dlg_AVMux,
} ltmmTargetFormat_Dlg;
The ltmmTargetFormat_Dlg Constants define helper and property dialog boxes available in the cached object.
Constant |
Description |
ltmmTargetFormat_Dlg_Mux |
[0x00] Specifies 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. multiplexer A module that combines audio and video into one file. filter dialog box. |
ltmmTargetFormat_Dlg_Sink |
[0x01] Specifies the target format sink (writer) filter dialog box. |
ltmmTargetFormat_Dlg_VideoCompressor |
[0x02] Specifies the target format 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 |
[0x03] Specifies the target format audio compressor filter dialog box. |
ltmmTargetFormat_Dlg_AVMux |
[0x04] Specifies the target format Audio Video (preliminary) multiplexer filter dialog box. |
See Also