This property returns the actual bitwidth of the sample data of the channel (e.g. 8, 16, 32).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Property Value
Type: Int32Implements
IBaseEncoderChannelBitwidthRemarks
However this bitwidth is the bitwidth in use when sending sample data to an encoder. If for example the BASS_CONFIG_FLOATDSP or the BASS_SAMPLE_FLOAT option have been used, the encoder would receive 32-bit float samples. If the derived encoder implementation does not support floating-point sample data, the encoder implementation should use one of the BASSEncode flags: BASS_ENCODE_FP_8BIT, BASS_ENCODE_FP_16BIT, BASS_ENCODE_FP_24BIT, BASS_ENCODE_FP_32BIT.
See Also