Viscom Software Screen2Video ActiveX Control

AudioCompressors.FindAudioCompressorName Method

Description:   

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

Usage:   

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:   

This Visual Basic example find the five index of  audio compressor:

strAudioCompressorName= Screen2Video1.AudioCompressors.FindAudioCompressorName(5)