Viscom Software Screen2Video ActiveX Control

AudioInputPins.Item Property

Description:   

Return the AudioInputPin at the specified position.

Usage:   

AudioInputPins.Item(Index)

Data Type:   

Integer

Limitations:   

Read Only

Example:   

This Visual Basic example return the first AudioInputPin object:

Dim myAudioInputPin As AudioInputPin

Set myAudioInputPin = Screen2Video1.AudioInputPins.Item(1)