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