BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerRemoveFullDuplex Method

BASS.NET API for the Un4seen BASS Audio Library
Removes the full-duplex option from WASAPI input.

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

public bool RemoveFullDuplex()

Return Value

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

The full-duplex option must have been set before via SetFullDuplex(Int32, BASSFlag, Boolean).

This method can not be used with WASAPI output (see IsInput). It will immediately return with no effect.

To enable the full-duplex option again, call SetFullDuplex(Int32, BASSFlag, Boolean).

See Also

Reference