BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerStartFullDuplex Method

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

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

public bool StartFullDuplex(
	int buflen
)

Parameters

buflen
Type: SystemInt32
Buffer length in samples... 0 = use current length.

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 FullDuplexDevice being used by the Asio handler (if not already stopped and if used).

If you need to stop the full-duplex Asio device you might call StopFullDuplex.

See Also

Reference