BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_Mp3 Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderBassEnc_Mp3 type exposes the following members.

Fields

  NameDescription
Public fieldLAME_ABRBitrate
--abr: Specify average target bitrate in kbps desired (instead of quality). Set to 0, if this option should be disabled (default).
Public fieldLAME_Bitrate
-b: Constant (or minimum allowed) bitrate in kbps, default 128 kbps.
Public fieldLAME_CustomOptions
The custom parameter string, which should be used, if the LAME_UseCustomOptionsOnly property is set to .
Public fieldLAME_LimitVBR
Use variable bitrate (VBR) limitation (Default is ).
Public fieldLAME_Mode
-m: The encoding mode (stereo, joint stereo, mono etc.).
Public fieldLAME_PresetName
--preset: Preset name must be "medium", "standard", "extreme", "insane" or a value for an average desired bitrate and depending on the value specified, appropriate quality settings will be used.
Public fieldLAME_Protect
-p: error protection. Adds 16-bit checksum to every frame (default=).
Public fieldLAME_Quality
-q: Noise shaping and psycho acoustic algorithms (default is Quality).
Public fieldLAME_ReplayGain
--replaygain: ReplayGain analysis (Default is None).
Public fieldLAME_TargetSampleRate
--resample: target sampling frequency of output (in Hz). Set to 0 (zero) to use automatic resampling (default).
Public fieldLAME_UseCustomOptionsOnly
Use the LAME_CustomOptions parameter string only (default=).
Public fieldLAME_UseVBR
Use variable bitrate (VBR) (Default is ).
Public fieldLAME_VBRDisableTag
-t: disable writing VBR LAME Tag? (Default is ).
Public fieldLAME_VBRMaxBitrate
Specify maximum allowed bitrate in kbps, default 320 kbps.
Public fieldLAME_VBRQuality
-V: Quality setting for VBR (default is VBR_Q4).
Top
See Also

Reference