UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMediaAudioSample.h File Reference
#include "CoreTypes.h"
#include "Misc/Optional.h"
#include "Misc/Timecode.h"
#include "Misc/Timespan.h"
#include "IMediaTimeSource.h"

Go to the source code of this file.

Classes

class  IMediaAudioSample
 

Enumerations

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

Enumeration Type Documentation

◆ EMediaAudioSampleFormat

Available formats for media audio samples.

Enumerator
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.