Static Members
TimerMode.DOWN ⇒ String
Get the enum value for DOWN.
Causes the media clock timer to update from a specified time to 0:00
Kind: Static property of TimerMode
Returns: String
- The enum value.
TimerMode.NONE ⇒ String
Get the enum value for NONE.
Indicates to not use the media clock timer
Kind: Static property of TimerMode
Returns: String
- The enum value.
TimerMode.UP ⇒ String
Get the enum value for UP.
Causes the media clock timer to update from 0:00 to a specified time
Kind: Static property of TimerMode
Returns: String
- The enum value.