BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerPauseMirror Method

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

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

public bool PauseMirror(
	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).
See Also

Reference