ltmfCapture_Dlg Constants

Summary

The ltmfCapture_Dlg constants define helper and property dialog boxes available in the capture object.

Syntax

typedef enum _ltmfCapture_Dlg 
{ 
   ltmfCapture_Dlg_TargetFormat, 
   ltmfCapture_Dlg_AudioProcessors, 
   ltmfCapture_Dlg_VideoProcessors, 
   ltmfCapture_Dlg_VideoDevice, 
   ltmfCapture_Dlg_AudioDevice, 
   ltmfCapture_Dlg_SelAudioProcessor = 0x100, 
   ltmfCapture_Dlg_SelVideoProcessor = 0x200, 
} ltmfCapture_Dlg; 

Members

ltmfCapture_Dlg_TargetFormat

Specifies the properties dialog box for the assigned target format . Before showing this dialog, call the IltmfCapture::put_TargetFile function to set the target file name. If file name is not available, pass an empty string to the newVal parameter.

ltmfCapture_Dlg_AudioProcessors

Specifies the audio processor selection dialog box.

ltmfCapture_Dlg_VideoProcessors

Specifies the video processor selection dialog box.

ltmfCapture_Dlg_VideoDevice

Specifies the property pages for the video device.

ltmfCapture_Dlg_AudioDevice

Specifies the property pages for the audio device.

ltmfCapture_Dlg_SelAudioProcessor

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

ltmfCapture_Dlg_SelVideoProcessor

Specifies the first selected video processors properties dialog box. Additional processors may be specified by adding the processors collection index to this constant. A maximum of 256 processors may be specified.

Comment

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 is to be used for the conversion, and any special settings used by the codecs.

Codec

A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data.

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.