BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_Ogg Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderBassEnc_Ogg type exposes the following members.

Fields

  NameDescription
Public fieldOGG_Bitrate
-b: Choose a nominal bitrate to encode at. Attempt to encode at a bitrate averaging this. Takes an argument in kbps.
Public fieldOGG_CustomOptions
The custom parameter string, which should be used, if the OGG_UseCustomOptionsOnly property is set to .
Public fieldOGG_MaxBitrate
-M: Specify a maximum bitrate in kbps. Useful for streaming applications. If set to 0 (zero, default) this property is not evaluated!
Public fieldOGG_MinBitrate
-m: Specify a minimum bitrate (in kbps). Useful for encoding for a fixed-size channel. If set to 0 (zero, default) this property is not evaluated!
Public fieldOGG_Quality
-q: Specify quality between -2 (low) and 10 (high) (default=4), instead of specifying a particular bitrate (OGG_Bitrate).
Public fieldOGG_UseCustomOptionsOnly
Use the OGG_CustomOptions parameter string only (default=).
Public fieldOGG_UseQualityMode
Use Quality-Mode? (default is ).
Top
See Also

Reference