VideoEdit Gold ActiveX Control

VideoCompressors.Item Property

Description
    Return the VideoCompressor at the specified position.

Property Type
    Read Only property

Data Type
    Integer

Syntax

VideoCompressors.Item(Index)

Example

[Visual Basic Syntax] (This example return the first VideoCompressor object)
Dim myVideoCompressor As VideoCompressor
Set myVideoCompressor = VideoEdit1.VideoCompressors.Item(1)