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