FAudioDevice::FlushAudioRenderingCommands

Allows audio rendering command queue to flush during audio device flush.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::FlushAudioRenderingCommands()

FMixerDevice::FlushAudioRenderingCommands()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDevice.h

Include

#include "AudioDevice.h"

Syntax

virtual void FlushAudioRenderingCommands
(
    bool bPumpSynchronously
)

Remarks

Allows audio rendering command queue to flush during audio device flush.

Parameters

Parameter

Description

bPumpSynchronously

must be called in situations where the audio render thread is not being called.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss