Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EAudioSpeakers |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Audio/AudioSpeakers.h |
| Include Path |
#include "Audio/AudioSpeakers.h" |
Syntax
enum EAudioSpeakers
{
SPEAKER_FrontLeft,
SPEAKER_FrontRight,
SPEAKER_FrontCenter,
SPEAKER_LowFrequency,
SPEAKER_LeftSurround,
SPEAKER_RightSurround,
SPEAKER_LeftBack,
SPEAKER_RightBack,
SPEAKER_Count,
}
Values
| Name |
Remarks |
| SPEAKER_FrontLeft |
|
| SPEAKER_FrontRight |
|
| SPEAKER_FrontCenter |
|
| SPEAKER_LowFrequency |
|
| SPEAKER_LeftSurround |
|
| SPEAKER_RightSurround |
|
| SPEAKER_LeftBack |
|
| SPEAKER_RightBack |
|
| SPEAKER_Count |
|