#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... | |
|
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 |