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