|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetInputDeviceChannelsCount (
nInputDevice as Int16
) as Int16
|
|
[C#]
public Int16 GetInputDeviceChannelsCount (
Int16 nInputDevice
);
|
|
[C++]
public: Int16 GetInputDeviceChannelsCount (
Int16 nInputDevice
);
|
|
Parameter
|
Description
|
|
|
|
|
nInputDevice
|
Number representing the zero-based index of the input device whose input channels must be retrieved
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to see the error code meaning
|
|
> 0
|
The number of available channels.
|