BASS.NET API for the Un4seen BASS Audio Library

EncoderCMDLNEffectiveBitrate Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the effective encoder bitrate (in kbps) of the output. Here the CMDLN_Bitrate value is returned.

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

The effective bitrate value is only needed, if the encoder is used for a StreamingServer. This member otherwise will never be really used.
See Also

Reference