cast.framework.events. MediaPauseEvent
class static
Event data for pause
events forwarded from the MediaElement
.
Constructor
MediaPauseEvent
new MediaPauseEvent(currentMediaTime, ended)
Parameter |
|
---|---|
currentMediaTime |
Optional number |
ended |
Optional boolean |
Property
ended
boolean
Indicate if the media ended (indicates the pause was fired due to stream reached the end).