3 references to ContourPoint
System.Speech (3)
Internal\Synthesis\SSmlParser.cs (3)
1560
points.Add(new
ContourPoint
(0, target.Number, ContourPointChangeType.Hz));
1575
points.Add(new
ContourPoint
(timePosition.Number, target.Number, (hz ? ContourPointChangeType.Hz : ContourPointChangeType.Percentage)));
1593
points.Add(new
ContourPoint
(1, points[points.Count - 1].Change, points[points.Count - 1].ChangeType));