BASS.NET API for the Un4seen BASS Audio Library

EncoderOGGKbps2Quality Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a bitrate (between 32 kbps and 498 kbps) to an approx. quality level.

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

public float Kbps2Quality(
	int kbps
)

Parameters

kbps
Type: SystemInt32
The bitrate in kbps to convert (between 32 kbps and 498 kbps).

Return Value

Type: Single
The OGG quality level (between -2.0 and 10.0) which approximates the bitrate.
See Also

Reference