Navigation
API > API/Runtime > API/Runtime/AudioExtensions
All input parameters for a single Encode operation.
| Name | FSoundfieldEncoderInputData |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h |
| Include Path | #include "ISoundfieldFormat.h" |
Syntax
struct FSoundfieldEncoderInputData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioBuffer | Audio::FAlignedFloatBuffer & | Input buffer of interleaved floats. | ISoundfieldFormat.h | |
| InputSettings | ISoundfieldEncodingSettingsProxy & | If the input audio was already encoded to ambisonics, this will point to the settings the audio was encoded with. | ISoundfieldFormat.h | |
| NumChannels | int32 | Number of channels of the source audio buffer. | ISoundfieldFormat.h | |
| PositionalData | FSoundfieldSpeakerPositionalData & | ISoundfieldFormat.h |