UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::EAudioOutputStreamState Namespace Reference

Enumerations

enum  Type {
  Closed , Open , Stopped , Stopping ,
  Running , SwappingDevice
}
 

Detailed Description

EAudioOutputStreamState Specifies the state of the output audio stream.

Enumeration Type Documentation

◆ Type

Enumerator
Closed 
Open 
Stopped 

The audio stream is open but stopped.

Stopping 

The audio output stream is stopping.

Running 

The audio output stream is open and running.

SwappingDevice 

The audio device hardware is being swapped