Overview
A MediaTimer specifies a time and an action to be performed when the
media reaches that time
See again Also:
MediaPlayer,
Profile: common
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| action | function(:MediaTimer):Void |
Defines the function that will be invoked when the time is reached More: [+]Defines the function that will be invoked when the time is reached Profile: common |
| time | Duration |
Defines the time at which the action should be performed More: [+]Defines the time at which the action should be performed Profile: common |
| Protected | ||