Viscom Software Screen2Video ActiveX Control

VideoCompressors.Item Property

Description:   

Return the VideoCompressor at the specified position.

Usage:   

VideoCompressors.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first VideoCompressor object:

Dim myVideoCompressor As VideoCompressor

Set myVideoCompressor = Screen2Video1.VideoCompressors.Item(1)