CueImplWeb class

Inheritance
  • Object
  • Cue
  • CueImpl
  • CueImplWeb

Constructors

CueImplWeb(String id, int uid, double startTime, double endTime, String content, THEOplayerTextTrackCue _nativeTextTrackCue)

Properties

content String
The content of the cue.
no setterinherited
endTime double
The playback position at which the cue becomes inactive, in seconds.
no setterinherited
enterEventListener ↔ dynamic
latefinal
exitEventListener ↔ dynamic
latefinal
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the cue.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double
The playback position at which the cue becomes active, in seconds.
no setterinherited
uid int
A unique identifier of the text track cue.
no setterinherited
updateEventlistener ↔ dynamic
latefinal

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
inherited
dispatchEvent(Event event) → void
inherited
dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String eventType, EventListener<Event> listener) → void
inherited
toString() String
A string representation of this object.
inherited
update(double endTime, String content) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited