VideoEdit Gold ActiveX Control

VideoCompressors.FindVideoCompressor Method

Description

Search the VideoCompressors Collection for a given string. The string contains the name of a Video Compressor.

 

Syntax

VideoCompressors.FindVideoCompressor Name

 

Data Type

    String

 

Return Value

If the property Name of an VideoCompressor object is equal to the given string, the FindVideoCompressor method return the index of the VideoCompressor in the Collection.
If the string is not found, the FindVideoCompressor method return -1.
 

Example

[Visual Basic Syntax] (This example find the video compressor)
VideoIndex = VideoEdit1.VideoCompressors.FindVideoCompressor "Microsoft RLE"