Viscom Software VideoCap ActiveX Control

AudioInputPins.FindInputpinName Method

Description:   

Search the AudioInputPins Collection for a index and return the audio input pin name.

Usage:   

AudioDevices.FindInputPinName Index

Data Type:   

Integer

Return Value:   

If the index of  AudioInputPin object is equal to the given index. The FindInputpinName method return name of the Audio input Pin in the Collection. If the index is not found, the FindInputPinName method return empty string.

Example:   

This Visual Basic example find the five index of  Audio input pin:

strAudioInput = VideoCap1.AudioInputPins.FindInputpinName(5)