BASS.NET API for the Un4seen BASS Audio Library

EncoderFAACQuality2Kbps Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a quality setting (between 10 and 500) 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(
	int q
)

Parameters

q
Type: SystemInt32
The FACC quality level to convert (between 10 and 500).

Return Value

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

Reference