2 implementations of ProcessBreak
System.Speech (2)
Internal\Synthesis\TextFragmentEngine.cs (1)
95
public void
ProcessBreak
(object voice, ref FragmentState fragmentState, EmphasisBreak eBreak, int time, bool fIgnore)
Internal\Synthesis\TextWriterEngine.cs (1)
72
public void
ProcessBreak
(object? voice, ref FragmentState fragmentState, EmphasisBreak eBreak, int time, bool fIgnore)
1 reference to ProcessBreak
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
420
engine.
ProcessBreak
(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, (EmphasisBreak)ssmlAttributes._fragmentState.Emphasis, ssmlAttributes._fragmentState.Duration, fIgnore);