ContourPoint(Single, Single, ContourPointChangeType) Constructor

Definition

Creates a new instance of the ContourPoint class.

public:
 ContourPoint(float start, float change, System::Speech::Synthesis::TtsEngine::ContourPointChangeType changeType);
public ContourPoint (float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType);
new System.Speech.Synthesis.TtsEngine.ContourPoint : single * single * System.Speech.Synthesis.TtsEngine.ContourPointChangeType -> System.Speech.Synthesis.TtsEngine.ContourPoint
Public Sub New (start As Single, change As Single, changeType As ContourPointChangeType)

Parameters

start
Single

A Single that specifies the point at which to apply the pitch change in the TextFragment. This is expressed as the elapsed percentage of the duration of the TextFragment at that point.

change
Single

A Single that specifies the amount to raise or lower the pitch.

changeType
ContourPointChangeType

A member of ChangeType that specifies the unit to use for the number specified in the change parameter.

Applies to