VideoFormat
Viscom Software VideoCap ActiveX Control |
VideoFormat Object
A VideoFormat object represents a video Format .
A VideoFormat can be obtained out of the VideoFormats collection.
Example:
This VB example illustrates how to obtain the video format.
Dim myVideoFormat As VideoFormat
Set myVideoFormat = VideoCap1.VideoFormats.Item(1)