Audio::EAudioOutputStreamState::Type

EAudioOutputStreamState Specifies the state of the output audio stream.

Windows
MacOS
Linux

References

Module

AudioMixerCore

Header

/Engine/Source/Runtime/AudioMixerCore/Public/AudioMixerTypes.h

Include

#include "AudioMixerTypes.h"

Syntax

namespace Audio
{
    namespace EAudioOutputStreamState
    {
        enum Type
        {
            Closed,
            Open,
            Stopped,
            Stopping,
            Running,
        }
    }
}

Values

Name

Description

Closed

The audio stream is shutdown or not uninitialized.

Open

The audio stream is open but not running.

Stopped

The audio stream is open but stopped.

Stopping

The audio output stream is stopping.

Running

The audio output stream is open and running.

Remarks

EAudioOutputStreamState Specifies the state of the output audio stream.

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