BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerBypassFullDuplex Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the bypass flag for full-duplex WASAPI output processing (default is ).

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

public bool BypassFullDuplex { get; set; }

Property Value

Type: Boolean
Remarks

If this property is set to any full-duplex output processing is bypassed. When setting this property to prior to creating a full-duplex OutputChannel via the SetFullDuplex(Int32, BASSFlag, Boolean) method this enables you to start full-duplex without processing the output yet. Setting this property to will start the full-duplex output processing.

This flag will automatically set back to when calling RemoveFullDuplex.

See Also

Reference