AviCompressors

AviCompressors is a collection of AviCompressor objects. An AviCompressors collection is used to obtain a list of available avi compressors (codecs). The ICImagingControl.AviCompressors property returns an AviCompressors collection.

Example

This example shows how to fill a combo box with all available avi compressors.

Dim AviCompCol As AviCompressors
Dim AviComp As AviCompressor
Set AviCompCol = ICImagingControl1.AviCompressors
 
For Each AviComp In AviCompCol
    cboAviCompressorComboBox.AddItem AviComp.Name
Next

Properties

Property Description
Count

Returns the count of AviCompressor objects in the collection.

Item

Returns the AviCompressor at the specified position.

Methods

Method Description
FindIndex

Searches the collection for a given string. The string contains the name of a codec.

<< Classes

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.