![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ISoundfieldFormat.h>
Inheritance diagram for ISoundfieldAudioPacket:Public Member Functions | |
| virtual | ~ISoundfieldAudioPacket () |
| virtual void | Serialize (FArchive &Ar)=0 |
| virtual TUniquePtr< ISoundfieldAudioPacket > | Duplicate () const =0 |
| virtual void | Reset ()=0 |
This interface represents all encoded soundfield audio from a single render callback.
|
inlinevirtual |
|
pure virtual |
Create a new version of this packet.
Implemented in FAmbisonicsSoundfieldBuffer.
Zero out the contents of this packet.
Implemented in FAmbisonicsSoundfieldBuffer.
Read or write this packet to a byte buffer.
Implemented in FAmbisonicsSoundfieldBuffer.