Copyright © 2006-2019 MultiMedia Soft

ASIO.DeviceListenInputPause method

Previous pageReturn to chapter overviewNext page

Remarks

 

Pauses direct playback of the given ASIO device previously started through the ASIO.DeviceListenInputStart method. A paused device can be resumed through the ASIO.DeviceListenInputResume 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.DeviceListenInputPause (

nDeviceIndex as Integer

) as enumErrorCodes


 

[C++]

short control.ASIO.DeviceListenInputPause (

short 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.ERR_NOERROR (0)

The method call was successful