Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
- FAudioDevice::FlushAudioRenderingCommands()
- FMixerDevice::FlushAudioRenderingCommands()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include | #include "AudioDevice.h" |
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. |