BASS.NET API for the Un4seen BASS Audio Library

EncoderOPUS Fields

BASS.NET API for the Un4seen BASS Audio Library

The EncoderOPUS type exposes the following members.

Fields

  NameDescription
Public fieldOPUS_Bitrate
-bitrate: Encoding bitrate in kbit/sec (6-256 per channel, default is 128 kpbs).
Public fieldOPUS_Complexity
--comp: Encoding computational complexity (0-10, default: 10).
Public fieldOPUS_CustomOptions
The custom parameter string, which should be used, if the OPUS_UseCustomOptionsOnly property is set to .
Public fieldOPUS_Downmix
--downmix-mono, --downmix-stereo: Downmix option? (default is None).
Public fieldOPUS_ExpectLoss
--expect-loss: Percentage packet loss to expect (0-100, default: 0).
Public fieldOPUS_Framesize
--framesize: Maximum frame size in milliseconds (2.5, 5, 10, 20, 40, 60, default: 20).
Public fieldOPUS_MaxDelay
--max-delay: Maximum container delay in milliseconds (0-1000, default: 1000).
Public fieldOPUS_Mode
--vbr, --cvbr, --hard-cbr: The bitrate encoding mode to use (default is VBR).
Public fieldOPUS_Uncoupled
--uncoupled: Use one mono stream per channel (default is false).
Public fieldOPUS_UseCustomOptionsOnly
Use the OPUS_CustomOptions parameter string only (default=).
Top
See Also

Reference