Class SpeedRange
Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 3
This class holds the speed range values.
public class SpeedRange
- Inheritance
-
SpeedRange
Properties
View SourceMax
The max speed range value.
Declaration
public int Max { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceMin
The min speed range value.
Declaration
public int Min { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceNormal
The normal speed range value.
Declaration
public int Normal { get; }
Property Value
Type | Description |
---|---|
Int32 |