Audio::EAudioMixerPlatformApi::Type

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixerTypes.h

Include

#include "AudioMixerTypes.h"

Syntax

namespace Audio
{
    namespace EAudioMixerPlatformApi
    {
        enum Type
        {
            XAudio2,
            AudioOut,
            CoreAudio,
            AudioUnit,
            SDL2,
            OpenSLES,
            Switch,
            Other,
            Null,
        }
    }
}

Values

Name

Description

XAudio2

AudioOut

CoreAudio

AudioUnit

SDL2

OpenSLES

Switch

Other

Null

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