BASS.NET API for the Un4seen BASS Audio Library

EncoderOGGOGG_MaxBitrate Field

BASS.NET API for the Un4seen BASS Audio Library
-M: Specify a maximum bitrate in kbps. Useful for streaming applications. If set to 0 (zero, default) this property is not evaluated!

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

public int OGG_MaxBitrate

Field Value

Type: Int32
Remarks

Unless the OGG_UseQualityMode is set to this property is NOT evaluated.

To use ABR (average bitrate): set OGG_MinBitrate and OGG_MaxBitrate to 0 (zero) and only specify a value for OGG_Bitrate.

To use CBR (constant bitrate): specify the exact same value as you set for OGG_Bitrate also for OGG_MinBitrate and OGG_MaxBitrate.

See Also

Reference