FindVideoCompressor
Viscom Software Screen2Video ActiveX Control |
VideoCompressors.FindVideoCompressor Method
Description: |
Search the VideoCompressors Collection for a given string. The string contains the name of a Video Compressor. |
Usage: |
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: |
This Visual Basic example find the video compressor:
|