ISoundfieldAudioPacket

This interface represents all encoded soundfield audio from a single render callback.

Windows
MacOS
Linux

Inheritance Hierarchy

ISoundfieldAudioPacket

FAmbisonicsSoundfieldBuffer

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h

Include

#include "ISoundfieldFormat.h"

Syntax

class ISoundfieldAudioPacket

Remarks

This interface represents all encoded soundfield audio from a single render callback.

Destructors

Name Description

Public function Virtual

~ISoundfieldAudioPacket()

Functions

Name Description

Public function Const

TUniquePtr< ...

 

Duplicate()

Create a new version of this packet.

Public function

void

 

Reset()

Zero out the contents of this packet.

Public function

void

 

Serialize

(
    FArchive& Ar
)

Read or write this packet to a byte buffer.

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