Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/FMixerDevice
- FAudioDevice::FlushAudioRenderingCommands()
- FMixerDevice::FlushAudioRenderingCommands()
References
Module | AudioMixer |
Header | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h |
Include | #include "AudioMixerDevice.h" |
Source | /Engine/Source/Runtime/AudioMixer/Private/AudioMixerDevice.cpp |
virtual void FlushAudioRenderingCommands
&40;
bool bPumpSynchronously
&41;
Remarks
Allows audio rendering command queue to flush during audio device flush.
Parameters
Name | Description |
---|---|
bPumpSynchronously | must be called in situations where the audio render thread is not being called. |