VideoEdit Gold ActiveX Control

AudioCompressors.Item Property

Description
    Return the AudioCompressor at the specified position.

Property Type
    Read Only property

Data Type
    Integer

Syntax

AudioCompressors.Item(Index)

Example

[Visual Basic Syntax] (this example return the first AudioCompressor object)
Dim myAudioCompressor As AudioCompressor
Set myAudioCompressor = VideoEdit1.AudioCompressors.Item(1)