FMixerSubmix::OnStopRecordingOutput

This is called by the corresponding [USoundSubmix](API\Runtime\Engine\Sound\USoundSubmix) when StopRecordingOutput is called.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h

Include

#include "AudioMixerSubmix.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerSubmix.cpp

Syntax

AlignedFloatBuffer & OnStopRecordingOutput
(
    float & OutNumChannels,
    float & OutSampleRate
)

Remarks

This is called by the corresponding USoundSubmix when StopRecordingOutput is 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