BASS.NET API for the Un4seen BASS Audio Library

EncoderWinampAACplusForce16Bit Property

BASS.NET API for the Un4seen BASS Audio Library
Always returns true, since this encoder only supports receiving 16 bit sample data.

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

public bool Force16Bit { get; }

Property Value

Type: Boolean
Remarks

32-bit float channels are supported, since they are automatically converted to 16-bit integer sample data before sending them to the encoder.
See Also

Reference