VideoEdit Gold ActiveX Control

AudioCompressors.FindVideoCompressorName Method

Description

Search the AudioCompressors Collection for a index and return the audio compressor name.

 

Syntax

AudioCompressors.FindAudioCompressorName index

 

Data Type

    Integer

 

Return Value

If the index of  AudioCompressor object is equal to the given index, the FindAudioCompressorName method return name of the Audio Compressor in the Collection. If the index is not found, the FindAudioCompressorName method return empty string.
 

Example

[Visual Basic Syntax] (This example find the five index of  audio compressor)
strAudioCompressorName= VideoEdit1.AudioCompressors.FindAudioCompressorName(5)