FMixerDevice::FlushAudioRenderingCommands

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

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.