Audio::EAudioMixerStreamDataFormat::Type

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

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

Include

#include "AudioMixerTypes.h"

Syntax

namespace Audio
{
    namespace EAudioMixerStreamDataFormat
    {
        enum Type
        {
            Unknown,
            Float,
            Int16,
            Unsupported,
        }
    }
}

Values

Name

Description

Unknown

Float

Int16

Unsupported

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