ASIO.DeviceListenInputPlayerGet method |
|
Remarks
When the given ASIO device has been started through the ASIO.DeviceListenInputStart method, obtains the index of the internal player used for direct playback on one or more output channels of audio data incoming from one or more input channels.
The returned index can be used with any of the methods of the Effects COM object or with the StreamVolumeLevelSet method.
For further details about the use of ASIO drivers see the ASIO object section and the How to manage ASIO drivers tutorial.
Syntax
[Visual Basic] control.ASIO.DeviceListenInputPlayerGet ( nDeviceIndex as Integer, nPlayer as Integer ) as enumErrorCodes |
[C++] short control.ASIO.DeviceListenInputPlayerGet ( short nDeviceIndex, short *nPlayer ); |
Parameter |
Description |
|
|
nDeviceIndex |
Number representing the zero-based index of the ASIO device previously started through a call to the ASIO.DeviceListenInputStart method. |
nPlayer |
Reference that, on return from the method call, will contain the index of the internal player used for direct playback of incoming audio data. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |