Viscom Software VideoCap ActiveX Control

VideoFormats.Item Property

Description:   

Return the videoformat  at the specified position.

Usage:   

VideoFormats.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first Video Format object:

Dim myVideoFormat As VideoFormat
Set myVideoFormat = VideoCap1.VideoFormats.Item(1)