ReadonlyactiveThe active track, or null when the selected track has not yet activated (e.g. behind a preroll) or nothing is loaded.
ReadonlyqueueReturns the current queue of TrackLoadOptions. Observe 'queueChange' for changes to this queue.
Returns the cached track for the given URI, or null if the track is not cached.
Returns an iterator of currently cached tracks.
Returns true if the event host has any listeners.
Returns true if the event host has any listeners for the given type.
Returns true if there is at least one track in the queue.
Returns true if the track with the given URI is cached.
Adds an event handler for the given typed event.
The key representing the event type to listen for.
A callback to invoke when the event with the given type is dispatched.
Optionaloptions: SignalOptions
Options for changing listening behavior.
Returns a method, when invoked, removes the handler.
A readonly interface to the track controller.