UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
VoxtaMicrophoneState.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Enumerations

enum class  VoxtaMicrophoneState : uint8 {
  Uninitialized , NotConnected , Connecting , IdleAndReady ,
  ActivelyStreaming
}
 VoxtaMicrophoneState To keep track of what's going on with the VoxtaAudioInput internals, as well as user-friendly logging. More...
 

Enumeration Type Documentation

◆ VoxtaMicrophoneState

enum class VoxtaMicrophoneState : uint8
strong

VoxtaMicrophoneState To keep track of what's going on with the VoxtaAudioInput internals, as well as user-friendly logging.

Enumerator
Uninitialized 
NotConnected 
Connecting 
IdleAndReady 
ActivelyStreaming