AviCompressor

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.

Example

Dim AviComp As AviCompressor
Set AviComp = ICImagingControl1.AviCompressors.Item( 1 )

Information

    Introduced in IC Imaging Control 1.x

Properties

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.

Methods

Method Description
ShowPropertyPage

Shows the property page of the AviCompressor, if available. If a property page is not available, an error is returned.

<< Classes