Navigation
API > API/Runtime > API/Runtime/AudioExtensions
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< ISoundfieldAudioPacket > | Duplicate () |
Create a new version of this packet. | |
| void | Reset () |
Zero out the contents of this packet. | |
| void | Read or write this packet to a byte buffer. |