Viscom Software Screen2Video ActiveX Control

AudioCompressors.Item Property

Description:   

Return the AudioCompressor at the specified position.

Usage:   

AudioCompressors.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first AudioCompressor object:

Dim myAudioCompressor As AudioCompressor

Set myAudioCompressor = Screen2Video1.AudioCompressors.Item(1)