UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
VoxtaMicrophoneState.h
Go to the documentation of this file.
1// Copyright(c) 2025 grrimgrriefer & DZnnah, see LICENSE for details.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
11UENUM(BlueprintType, Category = "Voxta")
VoxtaMicrophoneState
VoxtaMicrophoneState To keep track of what's going on with the VoxtaAudioInput internals,...
Definition VoxtaMicrophoneState.h:13
@ IdleAndReady
Definition VoxtaMicrophoneState.h:17
@ NotConnected
Definition VoxtaMicrophoneState.h:15
@ ActivelyStreaming
Definition VoxtaMicrophoneState.h:18
@ Connecting
Definition VoxtaMicrophoneState.h:16
@ Uninitialized
Definition VoxtaMicrophoneState.h:14