VideoEdit Gold ActiveX Control

VideoCompressors.FindVideoCompressorName Method

Description

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

 

Syntax

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

[Visual Basic Syntax] (This example find the five index of  video compressor)
strVideoCompressorName= VideoEdit1.VideoCompressors.FindVideoCompressorName(5)