BASS.NET API for the Un4seen BASS Audio Library

EncoderMP3 Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderMP3 type exposes the following members.

Fields

  NameDescription
Public fieldCMDLN_Bitrate
Gets or Sets the effective bitrate (in kbps) for the ${bps} and ${kbps} macro to be used with the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_CBRString
Gets or Sets the constant bitrate (CBR) command-line string to be used with the encoder (not containing the executable to be used, e.g. "-b ${bps} - output.xyz").
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_DefaultOutputExtension
Gets or Sets the default output extension to be used by the encoder (e.g. ".mp3").
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_EncoderType
Gets or Sets the BASSChannelType which will be supported by the encoder.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_Executable
Gets or Sets the command-line executable name to be used with the encoder (not containing the path, e.g. "encoder.exe").
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_Mode
Gets or Sets the ${mode} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_Option
Gets or Sets the ${option} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_ParamSTDIN
Gets or sets the ${input} parameter to be used with STDIN.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_ParamSTDOUT
Gets or sets the ${output} parameter to be used with STDOUT.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_Quality
Gets or Sets the ${quality} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_SupportsSTDOUT
Gets or Sets if the encoder supports output of the encoded data to STDOUT.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UseA
Gets or Sets, if the CMDLN_UserA or the CMDLN_UserB macro string should be used.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UseFP_24BIT
Gets or Sets if the encoder should be started using the FP_24BIT flag.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UseFP_32BIT
Gets or Sets if the encoder should be started using the FP_32BIT flag.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UseNOHEAD
Gets or Sets if the encoder should be started using the NOHEAD flag.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UserA
Gets or Sets the ${user} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UserB
Gets or Sets the ${user} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_UseVBR
Gets or Sets, if the CMDLN_CBRString or the CMDLN_VBRString command-line string should be used.
(Inherited from EncoderCMDLN.)
Public fieldCMDLN_VBRString
Gets or Sets the variable bitrate (VBR) command-line string to be used with the encoder (not containing the executable to be used, e.g. "-b ${bps} - output.xyz").
(Inherited from EncoderCMDLN.)
Top
See Also

Reference