BASS.NET API for the Un4seen BASS Audio Library

EncoderOGGQuality2Kbps Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a quality setting (between -2.0 and 10.0) to an approx. bitrate (in kbps).

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

public int Quality2Kbps(
	float q
)

Parameters

q
Type: SystemSingle
The OGG quality level to convert (between -2.0 and 10.0).

Return Value

Type: Int32
The rounded approximate bitrate in kbps.
See Also

Reference