Class SpeedRange

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
3

This class holds the speed range values.

C#
Copy
public class SpeedRange
Inheritance
System.Object
SpeedRange

Properties

View Source

Max

The max speed range value.

Declaration
C#
Copy
public int Max { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Min

The min speed range value.

Declaration
C#
Copy
public int Min { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Normal

The normal speed range value.

Declaration
C#
Copy
public int Normal { get; }
Property Value
Type Description
Int32
API Level: 3