mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2026-04-21 07:30:25 +00:00
Fix Mono and Stereo being reversed
This commit is contained in:
@@ -35,9 +35,9 @@ pub enum CodingMode {
|
||||
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
|
||||
pub enum Channels {
|
||||
/// One channel.
|
||||
Mono = 2,
|
||||
Mono = 1,
|
||||
/// Two channels, left and right.
|
||||
Stereo = 1,
|
||||
Stereo = 2,
|
||||
}
|
||||
|
||||
/// The available bandwidth level settings.
|
||||
|
||||
Reference in New Issue
Block a user