BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerPause Method

BASS.NET API for the Un4seen BASS Audio Library
Pauses or Unpauses the WASAPI Device being used.

Namespace:  Un4seen.BassWasapi
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 WASAPI device - if you want to unpause.

Return Value

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

Reference