FMixerDevice::StopRecording

This is called by a [USoundSubmix](API\Runtime\Engine\Sound\USoundSubmix) when we stop recording a submix on this device.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::StopRecording()

FMixerDevice::StopRecording()

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 Audio::AlignedFloatBuffer & StopRecording
(
    USoundSubmix * InSubmix,
    float & OutNumChannels,
    float & OutSampleRate
)

Remarks

This is called by a USoundSubmix when we stop recording a submix on this device.

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