AviCompressors.Item Property

Returns the AviCompressor at the specified position.
Syntax:
Public Item(Index As Long) As AviCompressor
Limitations:

Read only.

Remarks:

How to use avi compressors is shown in the Capturing an AVI File sample.

Sample:

This example selects the first available AVI compressor and shows its property page.

Dim AviCompCol As AviCompressors
Set AviCompCol = ICImagingControl1.AviCompressors
AviCompCol.Item( 1 ).ShowPropertyPage
See also: AviCompressors, AviCompressor, AviCompressors.Count, AviCompressors.FindIndex

<< AviCompressors