OnClipAdded[Get] On clip added callback | |
OnClipRemoved[Get] On clip removed callback |
Dictionary< string, TTSClipData > | _clips[Get] |
TTSClipData [] | GetClips ( ) Simple getter for all clips |
GetClip ( string clipId ) Grabs clip from dictionary if possible | |
bool | AddClip ( TTSClipData clipData ) Add clip to dictionary and begins watching playback |
void | RemoveClip ( string clipID ) Remove clip from cache immediately |
void | OnDestroy ( ) |
void | SetupClip ( TTSClipData clipData ) Performs setup and callback when clip is added |
void | BreakdownClip ( TTSClipData clipData ) Performs breakdown and callback when clip is removed |
TTSClipEvent Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.OnClipAdded |
---|
On clip added callback |
TTSClipEvent Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.OnClipRemoved |
---|
On clip removed callback |
Dictionary<string, TTSClipData> Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache._clips |
---|
No description available.
|
TTSClipData [] Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.GetClips ( ) |
---|
Simple getter for all clips |
virtual TTSClipData Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.GetClip ( string clipId ) |
---|
Grabs clip from dictionary if possible |
virtual bool Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.AddClip ( TTSClipData clipData ) |
---|
Add clip to dictionary and begins watching playback Parameters clipData |
virtual void Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.RemoveClip ( string clipID ) |
---|
Remove clip from cache immediately Parameters clipID |
virtual void Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.OnDestroy ( ) |
---|
No description available.
|
virtual void Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.SetupClip ( TTSClipData clipData ) |
---|
Performs setup and callback when clip is added |
virtual void Meta.WitAi.TTS.Integrations.BaseTTSRuntimeCache.BreakdownClip ( TTSClipData clipData ) |
---|
Performs breakdown and callback when clip is removed |