Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixerTypes.h |
Include |
#include "AudioMixerTypes.h" |
struct FAudioPlatformSettings
Name | Description | ||
---|---|---|---|
|
CallbackBufferFrameSize |
The amount of audio to compute each callback block. |
|
|
MaxChannels |
The max number of channels (simultaneous voices) to use as the limit for this platform. |
|
|
NumBuffers |
The number of buffers to keep enqueued. |
|
|
NumSourceWorkers |
The number of workers to use to compute source audio. |
|
|
SampleRate |
Sample rate to use on the platform for the mixing engine. |
Name | Description | |
---|---|---|
|
FAudioPlatformSettings() |
Name | Description | ||
---|---|---|---|
|
FAudioPlatfo... |
GetPlatformSettings ( |