1 instantiation of VisemeReachedEventArgs
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1568OnVisemeReached(new VisemeReachedEventArgs(
5 references to VisemeReachedEventArgs
System.Speech (5)
Internal\Synthesis\VoiceSynthesis.cs (2)
280private void OnVisemeReached(VisemeReachedEventArgs e) 658internal EventHandler<VisemeReachedEventArgs>? _visemeReached;
Synthesis\SpeechSynthesizer.cs (3)
364public event EventHandler<VisemeReachedEventArgs>? VisemeReached 370VoiceSynthesizer.AddEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer._visemeReached, value); 376VoiceSynthesizer.RemoveEvent<VisemeReachedEventArgs>(TtsEventId.Viseme, ref VoiceSynthesizer._visemeReached, value);