BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerStart Method

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

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

public bool Start(
	int buflen,
	int threads
)

Parameters

buflen
Type: SystemInt32
Buffer length in samples... 0 = use current length (use -1 to request the preferred buffer length).
threads
Type: SystemInt32
The number of processing threads to use... 0 = use current number.

Return Value

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

Calls BASS_ASIO_Start(Int32) internally on the Device being used by the Asio handler (if not already started).

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

See Also

Reference