Cue class abstract

Implemented types
Implementers

Constructors

Cue(String _id, int _uid, double _startTime)

Properties

content String
The content of the cue.
no setter
endTime double
The playback position at which the cue becomes inactive, in seconds.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the cue.
no setter
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 setter
uid int
A unique identifier of the text track cue.
no setter

Methods

addEventListener(String eventType, EventListener<Event> listener) → void
inherited
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

Operators

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