ReadonlycurrentReturns the current track.
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: SignalOptionsOptions for changing listening behavior.
Returns a method, when invoked, removes the handler.
A readonly interface to the track controller.