2020-11-27 20:55:00 +01:00
|
|
|
|
namespace SoundIOSharp
|
2018-11-15 03:22:50 +01:00
|
|
|
|
{
|
2020-11-27 20:55:00 +01:00
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
}
|