An AviCompressor object represents an avi compressor (codec). The properties of an avi compressor can be altered by displaying its property dialog.
An AviCompressor can be obtained out of the AviCompressors collection.
Dim AviComp As AviCompressor Set AviComp = ICImagingControl1.AviCompressors.Item( 1 )
Introduced in IC Imaging Control 1.x
Property | Description | ||
CompressorData | Returns or sets the data of an AviCompressor. |
||
CompressorDataSize | Returns the size of the SAFEARRAY of Byte returned by CompressorData. |
||
Name | Returns the name of the AviCompressor |
||
PropertyPageAvailable | Returns True, if the AviCompressor has a property page, otherwise False. |
||
Method | Description | ||
ShowPropertyPage | Shows the property page of the AviCompressor, if available. If a property page is not available, an error is returned. |
||