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 via AviCompressor.AviCompressors.
[C#]
AviCompressor Codec = AviCompressor.AviCompressors[0];
Namespace: TIS.Imaging
Introduced in version 1.x
Property | Description | ||
AviCompressors | Returns a collection of available avi compressors (video codecs). |
||
CompressorData | Returns or sets the data of an AviCompressor. |
||
CompressorDataSize | Returns the size of the SAFEARRAY of Byte returned by CompressorData. |
||
CompressorDataString | Returns or sets a string containing the codec parameters. |
||
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. |
||
ToString | Returns the name of the AviCompressor. |
||