aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs')
-rw-r--r--Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs75
1 files changed, 0 insertions, 75 deletions
diff --git a/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs b/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs
deleted file mode 100644
index 002669dc..00000000
--- a/Ryujinx.Audio.Backends.SoundIo/Native/libsoundio/SoundIOChannelId.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-namespace SoundIOSharp
-{
- public enum SoundIOChannelId
- {
- Invalid,
- FrontLeft,
- FrontRight,
- FrontCenter,
- Lfe,
- BackLeft,
- BackRight,
- FrontLeftCenter,
- FrontRightCenter,
- BackCenter,
- SideLeft,
- SideRight,
- TopCenter,
- TopFrontLeft,
- TopFrontCenter,
- TopFrontRight,
- TopBackLeft,
- TopBackCenter,
- TopBackRight,
- BackLeftCenter,
- BackRightCenter,
- FrontLeftWide,
- FrontRightWide,
- FrontLeftHigh,
- FrontCenterHigh,
- FrontRightHigh,
- TopFrontLeftCenter,
- TopFrontRightCenter,
- TopSideLeft,
- TopSideRight,
- LeftLfe,
- RightLfe,
- Lfe2,
- BottomCenter,
- BottomLeftCenter,
- BottomRightCenter,
- MsMid,
- MsSide,
- AmbisonicW,
- AmbisonicX,
- AmbisonicY,
- AmbisonicZ,
- XyX,
- XyY,
- HeadphonesLeft,
- HeadphonesRight,
- ClickTrack,
- ForeignLanguage,
- HearingImpaired,
- Narration,
- Haptic,
- DialogCentricMix,
- Aux,
- Aux0,
- Aux1,
- Aux2,
- Aux3,
- Aux4,
- Aux5,
- Aux6,
- Aux7,
- Aux8,
- Aux9,
- Aux10,
- Aux11,
- Aux12,
- Aux13,
- Aux14,
- Aux15
- }
-} \ No newline at end of file