CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
A class for getting the estimated delay value for sound playback. More...
Classes | |
struct | EstimatorInfo |
Status More... | |
Public Types | |
enum | Status { Stop, Processing, Done, Error } |
Status More... | |
Static Public Member Functions | |
static void | InitializeModule () |
Initialize the delay estimation process More... | |
static void | FinalizeModule () |
Terminates the delay estimation process More... | |
static CriAtomExLatencyEstimator.EstimatorInfo | GetCurrentInfo () |
Gets information on delay estimation More... | |
A class for getting the estimated delay value for sound playback.
|
strong |
Status
Enumerator | |
---|---|
Stop |
Initial state/stopped state |
Processing |
Estimating delay time |
Done |
Delay time estimation completed |
Error |
Error |
|
inlinestatic |
Initialize the delay estimation process
|
inlinestatic |
Terminates the delay estimation process
|
inlinestatic |
Gets information on delay estimation