CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
Global class of the LipsAtom library. More...
Static Public Member Functions | |
static void | InitializeLibrary (uint maxHandles=8u) |
Initializes the LipsAtom library More... | |
static void | FinalizeLibrary () |
Terminates the LipsAtom library More... | |
static uint | GetMemoryUsage () |
Gets memory usage More... | |
static void | AttachAnalyzerToPlayer (CriAtomExPlayer player, CriLipsAtomAnalyzer analyzer) |
Attaches the LipsAtom analyzer to the AtomExPlayer More... | |
static bool | IsAnalyzerAttachedToPlayer (CriLipsAtomAnalyzer analyzer) |
Determine whether the LipsAtom analyzer is attached to an AtomExPlayer More... | |
static void | DetachAnalyzerFromPlayer (CriAtomExPlayer player, CriLipsAtomAnalyzer analyzer) |
Detaches the LipsAtom analyzer from the AtomExPlayer More... | |
static void | DetachAnalyzerFromInvalidPlayer (CriLipsAtomAnalyzer analyzer) |
Detaches the LipsAtom analyzer from the discarded AtomExPlayer More... | |
Global class of the LipsAtom library.
|
inlinestatic |
Initializes the LipsAtom library
maxHandles | Maximum number of AtomAnalyzer handles to use at the same time (default is 8) |
|
inlinestatic |
Terminates the LipsAtom library
|
inlinestatic |
Gets memory usage
|
inlinestatic |
Attaches the LipsAtom analyzer to the AtomExPlayer
player | AtomExPlayer handle |
analyzer | LipsAtomAnalyzer handle |
|
inlinestatic |
Determine whether the LipsAtom analyzer is attached to an AtomExPlayer
analyzer | LipsAtomAnalyzer handle |
|
inlinestatic |
Detaches the LipsAtom analyzer from the AtomExPlayer
player | AtomExPlayer handle |
analyzer | LipsAtomAnalyzer handle |
|
inlinestatic |
Detaches the LipsAtom analyzer from the discarded AtomExPlayer
analyzer | LipsAtomAnalyzer handle |