Viscom Software Screen2Video ActiveX Control

VideoCompressors.FindVideoCompressorName Method

Description:   

Search the VideoCompressors Collection for a index and return the video compressor name.

Usage:   

VideoCompressors.FindVideoCompressorName index

Data Type:   

Integer

Return Value:   

If the index of  VideoCompressor object is equal to the given index. The FindVideoCompressorName method return name of the Video Compressor in the Collection. If the index is not found, the FindVideoCompressorName method return empty string.

Example:   

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

strVideoCompressorName= Screen2Video.VideoCompressors.FindVideoCompressorName(5)