BASS.NET API for the Un4seen BASS Audio Library

EncoderWavPackEffectiveBitrate Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the effective encoder bitrate (in kbps) of the output.

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

public override int EffectiveBitrate { get; }

Property Value

Type: Int32

Implements

IBaseEncoderEffectiveBitrate
Remarks

Since WavPack can be used as a hybrid lossy or fully lossless encoder, the WV_UseHybrid will be used to determine the bitrate in kbps.

If the WV_UseHybrid is set to (lossy), the bitrate is directly taken from the WV_HybridBitrate property.

If the WV_UseHybrid is set to (lossless), the the original ChannelSampleRate, ChannelBitwidth and the ChannelNumChans will be evaluated in order to calculate the effective bitrate.

See Also

Reference