FindInputPinName
|
AudioInputPins.FindInputPinName |
Description: |
Search the AudioInputPins Collection for a index and return the audio input pin name. |
Usage: |
AudioInputPins.FindInputPinName Index |
Data Type: |
Integer |
Limitations: |
Read Only |
Example: |
This Visual Basic example find the five index of Audio input pin: |
Remark: |
If the index of AudioInputPin object is equal to the given index. The FindInputPinName method return name of the Audio InputPin in the Collection. If the index is not found, the FindInputPinName method return empty string. |