Description
Gets the name of the currently selected codec (video compressor) for the AVI capture.
Syntax
[VB]
Value = objActiveGige.GetCodec
[C/C++]
HRESULT GetCodec();
Data Types [VB]
Return value: String
Parameters [C/C++]
None
Return Values
Example
The following VB example prints the name of the currently selected codec:
MsgBox ActiveGige1.GetCodec