BASS.NET API for the Un4seen BASS Audio Library

EncoderQTAACQT_Bitrate Field

BASS.NET API for the Un4seen BASS Audio Library
--cbr, --abr or --cvbr: Choose a nominal bitrate to encode at for the selected QT_Mode (only used for CBR, ABR and CVBR). Attempt to encode at a bitrate averaging this. Takes an argument in kbps.

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

public int QT_Bitrate

Field Value

Type: Int32
Remarks

By default, this produces a CBR encoding.

This property is only evaluated if the QT_Mode is set to CBR, ABR or CVBR.

See Also

Reference