FSoundFileDescription

Specifes a sound file description.

Windows
MacOS
Linux

References

Module

UnrealAudio

Header

/Engine/Source/Runtime/UnrealAudio/Public/UnrealAudioSoundFile.h

Include

#include "UnrealAudioSoundFile.h"

Syntax

struct FSoundFileDescription

Remarks

Specifes a sound file description.

Variables

Name Description

Public variable

int32

 

bIsSeekable

Whether or not the sound file is seekable.

Public variable

int32

 

FormatFlags

The format flags of the sound file.

Public variable

int32

 

NumChannels

The number of channels of the sound file.

Public variable

int64

 

NumFrames

The number of frames (interleaved samples) in the sound file.

Public variable

int32

 

NumSections

The number of sections of the sound file.

Public variable

int32

 

SampleRate

The sample rate of the sound file.

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