Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime
A Comprehensive Short form Speaker enumeration
| Name | ESpeakerShortNames |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/TypeFamily/ChannelTypeFamily.h |
| Include Path | #include "TypeFamily/ChannelTypeFamily.h" |
Syntax
enum ESpeakerShortNames
{
FL = EAudioMixerChannel::FrontLeft,
FR = EAudioMixerChannel::FrontRight,
FC = EAudioMixerChannel::FrontCenter,
LFE = EAudioMixerChannel::LowFrequency,
FLC = EAudioMixerChannel::FrontLeftOfCenter,
FRC = EAudioMixerChannel::FrontRightOfCenter,
SL = EAudioMixerChannel::SideLeft,
SR = EAudioMixerChannel::SideRight,
BL = EAudioMixerChannel::BackLeft,
BR = EAudioMixerChannel::BackRight,
BC = EAudioMixerChannel::BackCenter,
TFL = EAudioMixerChannel::TopFrontLeft,
TFR = EAudioMixerChannel::TopFrontRight,
TBL = EAudioMixerChannel::TopBackLeft,
TBR = EAudioMixerChannel::TopBackRight,
NumChannels = EAudioMixerChannel::ChannelTypeCount,
}
Values
| Name | Remarks |
|---|---|
| FL | |
| FR | |
| FC | |
| LFE | |
| FLC | |
| FRC | |
| SL | |
| SR | |
| BL | |
| BR | |
| BC | |
| TFL | |
| TFR | |
| TBL | |
| TBR | |
| NumChannels |