BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerInternalMixer Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the internal mixer being used with this WASAPI handler (when used with an output device).

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

public int InternalMixer { get; }

Property Value

Type: Int32
Remarks

As WASAPI might require resampling or the used number of channels might not always match the requested number of channels an internal mixer stream is always created to perform these tasks.
See Also

Reference