
An AviCompressor object represents an avi compressor (codec). The properties of an avi compressor can be altered by displaying its property dialog.
[VB.NET]
Dim Codec As AviCompressor Codec = IcImagingControl1.AviCompressors(0)
[C#]
AviCompressor Codec = ICImagingControl1.AviCompressors[0];
Namespace: TIS.Imaging
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. |
||