FMixerDevice::UnregisterSubmixBufferListener

Unregisters the submix buffer listener with the given submix.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::UnregisterSubmixBufferListener()

FMixerDevice::UnregisterSubmixBufferListener()

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 UnregisterSubmixBufferListener
(
    ISubmixBufferListener * InSubmixBufferListener,
    USoundSubmix * SoundSubmix
)

Remarks

Unregisters the submix buffer listener with the given submix. A nullptr for SoundSubmix will unregister the listener with the master submix.

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