BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderForce16Bit Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if a encoding in 16-bit sample data should be forced (default is ).

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

bool Force16Bit { get; set; }

Property Value

Type: Boolean
Remarks

This member should be used when implementing the EncoderCommandLine property.

When you want to encode a floating-point channel, but the encoder does not support 32-bit floating-point sample data, then you can use this flags to have the sample data converted to 16 bit integer data before it's passed on to the encoder.

See Also

Reference