Viscom Software Screen2Video ActiveX Control

AudioCompressors.FindAudioCompressor Method

Description:   

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

Usage:   

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:   

This Visual Basic example find the audio compressor:

AudioIndex = Screen2Video1.AudioCompressors.FindAudioCompressor "GSM 6.10"