VideoEdit Gold ActiveX Control

AudioCompressors.FindVideoCompressor Method

Description

Search the AudioCompressors Collection for a given string. The string contains the name of a Audio Compressor.

 

Syntax

AudioCompressors.FindAudioCompressor Name

 

Data Type

    String

 

Return Value

If the property Name of an AudioCompressor object is equal to the given string, the FindAudioCompressor method return the index of the AudioCompressor in the Collection. If the string is not found, the FindAudioCompressor method return -1.

 

Example

[Visual Basic Syntax] (This example find the audio compressor)
AudioIndex = VideoEdit1.AudioCompressors.FindAudioCompressor "MPEG Layer-3"