The EncoderCMDLN type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| CMDLN_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.
| |
| CMDLN_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").
| |
| CMDLN_DefaultOutputExtension |
Gets or Sets the default output extension to be used by the encoder (e.g. ".mp3").
| |
| CMDLN_EncoderType |
Gets or Sets the BASSChannelType which will be supported by the encoder.
| |
| CMDLN_Executable |
Gets or Sets the command-line executable name to be used with the encoder (not containing the path, e.g. "encoder.exe").
| |
| CMDLN_Mode |
Gets or Sets the ${mode} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
| |
| CMDLN_Option |
Gets or Sets the ${option} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
| |
| CMDLN_ParamSTDIN |
Gets or sets the ${input} parameter to be used with STDIN.
| |
| CMDLN_ParamSTDOUT |
Gets or sets the ${output} parameter to be used with STDOUT.
| |
| CMDLN_Quality |
Gets or Sets the ${quality} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
| |
| CMDLN_SupportsSTDOUT |
Gets or Sets if the encoder supports output of the encoded data to STDOUT.
| |
| CMDLN_UseA |
Gets or Sets, if the CMDLN_UserA or the CMDLN_UserB macro string should be used.
| |
| CMDLN_UseFP_24BIT |
Gets or Sets if the encoder should be started using the FP_24BIT flag.
| |
| CMDLN_UseFP_32BIT |
Gets or Sets if the encoder should be started using the FP_32BIT flag.
| |
| CMDLN_UseNOHEAD |
Gets or Sets if the encoder should be started using the NOHEAD flag.
| |
| CMDLN_UserA |
Gets or Sets the ${user} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
| |
| CMDLN_UserB |
Gets or Sets the ${user} macro value to be used in the CMDLN_CBRString resp. CMDLN_VBRString.
| |
| CMDLN_UseVBR |
Gets or Sets, if the CMDLN_CBRString or the CMDLN_VBRString command-line string should be used.
| |
| CMDLN_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").
|
See Also