TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
SynthStatus.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ttsdk
 

Enumerations

enum class  ttsdk::SynthStatus {
  ttsdk::NotSet = -2 , ttsdk::Unknown = -1 , ttsdk::Starting = 0 , ttsdk::Waiting = 1 ,
  ttsdk::PendingTrigger = 2 , ttsdk::Working = 3 , ttsdk::Paused = 4 , ttsdk::Held = 5 ,
  ttsdk::Failed = 6 , ttsdk::Canceled = 7 , ttsdk::Recovering = 8 , ttsdk::Finished = 9 ,
  ttsdk::Pausing = 10 , ttsdk::Stopping = 11 , ttsdk::Resuming = 12 , ttsdk::RecoveryFailed = 13 ,
  ttsdk::Expired = 14 , ttsdk::Holding = 15 , ttsdk::Unmanaged = 16 , ttsdk::PendingCleanup = 17
}
 

Functions

const charttsdk::ToString (const SynthStatus value)