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

Go to the source code of this file.

Enumerations

enum class  MessageChunkState : uint8 {
  Idle , Idle_Downloaded , Idle_Processed , Busy ,
  ReadyForPlayback , CleanedUp
}
 MessageChunkState All the possible states that an instance of MessageChunkAudioContainer could be in. More...
 

Enumeration Type Documentation

◆ MessageChunkState

enum class MessageChunkState : uint8
strong

MessageChunkState All the possible states that an instance of MessageChunkAudioContainer could be in.

Used for communication between an instance of MessageChunkAudioContainer and the VoxtaAudioPlayback that manages it. Can be fetched via GetCurrentState of the MessageChunkAudioContainer instance

Enumerator
Idle 
Idle_Downloaded 
Idle_Processed 
Busy 
ReadyForPlayback 
CleanedUp