13 references to SpeechEventInfo
System.Speech (13)
Internal\Synthesis\EngineSite.cs (3)
47public void AddEvents([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] SpeechEventInfo[] events, int ulCount) 51foreach (SpeechEventInfo sapiEvent in events) 281private TTSEvent CreateTtsEvent(SpeechEventInfo sapiEvent)
Internal\Synthesis\EngineSiteSapi.cs (2)
32SpeechEventInfo[] events = new SpeechEventInfo[eventsSapi.Length];
Synthesis\TTSEngine\TTSEngineTypes.cs (8)
61public struct SpeechEventInfo : IEquatable<SpeechEventInfo> 86public static bool operator ==(SpeechEventInfo event1, SpeechEventInfo event2) 90public static bool operator !=(SpeechEventInfo event1, SpeechEventInfo event2) 94public bool Equals(SpeechEventInfo other) 100if (obj is not SpeechEventInfo sei) 119void AddEvents(SpeechEventInfo[] events, int count);