Navigation
API > API/Runtime > API/Runtime/AudioExtensions
| |
|
| Name |
FSoundfieldMixerInputData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h |
| Include Path |
#include "ISoundfieldFormat.h" |
Syntax
struct FSoundfieldMixerInputData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EncodingSettings |
const ISoundfieldEncodingSettingsProxy & |
Settings used to encode both the input packet than the packet we are mixing to. |
ISoundfieldFormat.h |
|
| InputPacket |
const ISoundfieldAudioPacket & |
Packet that should be mixed into the output. |
ISoundfieldFormat.h |
|
| SendLevel |
float |
The amount, in linear gain, to. |
ISoundfieldFormat.h |
|