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