EAudioSpeakers

Channel definitions for multistream waves

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Audio.h

Include

#include "Audio.h"

Syntax

enum EAudioSpeakers
{
    SPEAKER_FrontLeft,
    SPEAKER_FrontRight,
    SPEAKER_FrontCenter,
    SPEAKER_LowFrequency,
    SPEAKER_LeftSurround,
    SPEAKER_RightSurround,
    SPEAKER_LeftBack,
    SPEAKER_RightBack,
    SPEAKER_Count,
}

Values

Name

Description

SPEAKER_FrontLeft

SPEAKER_FrontRight

SPEAKER_FrontCenter

SPEAKER_LowFrequency

SPEAKER_LeftSurround

SPEAKER_RightSurround

SPEAKER_LeftBack

SPEAKER_RightBack

SPEAKER_Count

Remarks

Channel definitions for multistream waves

These are in the sample order OpenAL expects for a 7.1 sound

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss