Description
Displays the configuration dialog for the currently selected codec. The dialog is provided by the codec's manufacturer.
Syntax
[VB]
objActiveDcam.ShowCodecDlg
[C/C++]
HRESULT ShowCodecDlg( );
Parameters
Return Values
Example
This VB example displays the configuration dialog for the DivX codec:
ActiveDcam1.SetCodec "DivX 5.0.2 Codec"
ActiveDcam1.ShowCodecDlg
Remarks
The settings selected in the codec configuration dialog will be remembered as long as the corresponding ActiveDcam control remains in the memory.