BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerStart Method

BASS.NET API for the Un4seen BASS Audio Library
Starts the WASAPI Device.

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

public bool Start()

Return Value

Type: Boolean
If successful, then is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

Calls BASS_WASAPI_Start internally on the Device being used by the Wasapi handler (if not already started).

If you need to stop the WASAPI device you might call Stop.

See Also

Reference