EMediaAudioSampleFormat

Available formats for media audio samples.

Windows
MacOS
Linux

References

Module

Media

Header

/Engine/Source/Runtime/Media/Public/IMediaAudioSample.h

Include

#include "IMediaAudioSample.h"

Syntax

enum EMediaAudioSampleFormat
{
    Undefined,
    Double,
    Float,
    Int8,
    Int16,
    Int32,
}

Values

Name

Description

Undefined

Format not defined.

Double

Uncompressed 64-bit double precision floating point samples.

Float

Uncompressed 32-bit single precision floating point samples.

Int8

Uncompressed 8-bit integer samples.

Int16

Uncompressed 16-bit integer samples.

Int32

Uncompressed 32-bit integer samples.

Remarks

Available formats for media audio samples.

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