BASS.NET API for the Un4seen BASS Audio Library

EncoderOPUSOPUSDownmix Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The OPUS downmix mode (None, Mono, Stereo).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum OPUSDownmix
Members

  Member nameValueDescription
None0 No downmix.
Mono1 --downmix-mono: Downmix to mono.
Stereo2 --downmix-stereo : Downmix to stereo (if >2 channels input).
See Also

Reference