Class: MediaElementEvent

  • MediaElementEvent provides data for events originating from the MediaElement.

  • It includes the event type and optionally the currentMediaTime of the media playback when the event occurred.

  • currentMediaTime indicates the playback time in seconds and is undefined if playback hasn't begun.

Constructor

MediaElementEvent

new MediaElementEvent(type, currentMediaTime)

Parameter

type

cast.framework.events.EventType

Value must not be null.

currentMediaTime

Optional

number

Property

currentMediaTime

constant

(number or undefined)

The time in the currently-playing clip when the event was fired (in seconds). This is undefined if playback has not started yet.