The EncoderBassEnc_Ogg type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| OGG_Bitrate |
-b: Choose a nominal bitrate to encode at. Attempt to encode at a bitrate averaging this. Takes an argument in kbps.
| |
| OGG_CustomOptions |
The custom parameter string, which should be used, if the OGG_UseCustomOptionsOnly property is set to .
| |
| OGG_MaxBitrate |
-M: Specify a maximum bitrate in kbps. Useful for streaming applications. If set to 0 (zero, default) this property is not evaluated!
| |
| OGG_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!
| |
| OGG_Quality |
-q: Specify quality between -2 (low) and 10 (high) (default=4), instead of specifying a particular bitrate (OGG_Bitrate).
| |
| OGG_UseCustomOptionsOnly |
Use the OGG_CustomOptions parameter string only (default=).
| |
| OGG_UseQualityMode |
Use Quality-Mode? (default is ).
|
See Also