Viscom Software VideoCap ActiveX Control

VideoFormats.FindVideoFormatName Method

Description:   

Search the VideoFormats Collection for a given index. 

Usage:   

VideoFormats.FindVideoFormatName index

Data Type:   

String

Return Value:   

If the index of a VideoFormat object is equal to given index. The FindVideoFormatName method return the name of the VideoFormat in the Collection. If the index is not found, the FindVideoFormatName method return -1.

Example:   

This Visual Basic example find the video format name:

name = VideoCap1.VideoFormats.FindVideoFormatName (2)