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