ASIO.DeviceListenInputResume method |
|
Remarks
Resumes direct playback of the given ASIO device previously started through the ASIO.DeviceListenInputStart method and paused through the ASIO.DeviceListenInputPause method.
For further details about the use of ASIO drivers see the ASIOMan class and the How to manage ASIO drivers tutorial.
Syntax
[Visual Basic] Public Function DeviceListenInputResume ( nDeviceIndex as Int16 ) as enumErrorCodes |
[C#] public enumErrorCodes DeviceListenInputResume ( Int16 nDeviceIndex ); |
[C++] public: enumErrorCodes DeviceListenInputResume ( Int16 nDeviceIndex ); |
Parameter |
Description |
|
|
nDeviceIndex |
Number representing the zero-based index of the ASIO device previously started through a call to the ASIO.DeviceListenInputStart method. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful. |