|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetInputDeviceChannelsDesc (
nInputDevice as Int16,
nInputChannel as Int16
) as String
|
|
[C#]
public string GetInputDeviceChannelsDesc (
Int16 nInputDevice,
Int16 nInputChannel
);
|
|
[C++]
public: string GetInputDeviceChannelsDesc (
Int16 nInputDevice,
Int16 nInputChannel
);
|
|
Parameter
|
Description
|
|
|
|
|
nInputDevice
|
Number representing the zero-based index of the input device whose input channel must be retrieved
|
|
nInputChannel
|
Number representing the zero-based index of the requested input channel (Microphone, Stereo Mix, Line-In, etc.)
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The string containing the friendly description of the requested input channel.
|