Navigation
API > API/Runtime > API/Runtime/AudioMixerCore > API/Runtime/AudioMixerCore/IAudioMixerPlatformInterface
Description
Checks if the render thread has stopped after SignalStopGeneratingAudio() was called. If the thread has stopped (or a timeout is reached), cleans up thread/events and returns true. If the thread is still running, returns false.
| Name | TryFinishStopGeneratingAudio |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixerCore/Public/AudioMixer.h |
| Include Path | #include "AudioMixer.h" |
| Source | /Engine/Source/Runtime/AudioMixerCore/Private/AudioMixer.cpp |
bool TryFinishStopGeneratingAudio()