BASS.NET API for the Un4seen BASS Audio Library

EncoderMP3S Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderMP3S type exposes the following members.

Fields

  NameDescription
Public fieldMP3S_Bitrate
-b: Constant bitrate in kbps, default 128 kbps.
Public fieldMP3S_CustomOptions
The custom parameter string, which should be used, if the MP3S_UseCustomOptionsOnly property is set to .
Public fieldMP3S_Mono
-mono: Create mono downmix from stereo input file before encoding? (default=).
Public fieldMP3S_Quality
-q: Use high quality encoder setting? (default=).
Public fieldMP3S_UseCustomOptionsOnly
Use the MP3S_CustomOptions parameter string only (default=).
Public fieldMP3S_UseVBR
Use variable bitrate (VBR) (Default is ).
Public fieldMP3S_VBRQuality
-m: Quality setting for VBR (default is High).
Public fieldMP3S_WriteVBRHeader
-vbri: Write a VBRI header? (Default is ).
Top
See Also

Reference