BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerPause Method

BASS.NET API for the Un4seen BASS Audio Library
Pauses or Unpauses the ASIO Channel(s) being used.

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool Pause(
	bool pause
)

Parameters

pause
Type: SystemBoolean
if you want to pause the ASIO channel(s) - if you want to unpause.

Return Value

Type: Boolean
On success is returned, else will be returned (use BASS_ASIO_ErrorGetCode to retrieve the error code).
Remarks

When in full-duplex input mode (see IsInputFullDuplex) the related AISO input as well as the ASIO output channel(s) will be (un)paused.
See Also

Reference