BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerInit Method

BASS.NET API for the Un4seen BASS Audio Library

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

public bool Init(
	bool buffered = false
)

Parameters

buffered (Optional)
Type: SystemBoolean
Enable double buffering, for use by BASS_WASAPI_GetData(IntPtr, Int32) and BASS_WASAPI_GetLevel. This requires the BASS "no sound" device to have been initilized, via BASS_Init(Int32, Int32, BASSInit, IntPtr, IntPtr).

Return Value

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

Reference