| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 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
- }
- }
|