Determines the full duration of the media. Will be end - start
if specified
The ending point to stop or loop the media at
Any loading or fatal errors that have occurred in the resource
Determines if the resource is fully loaded
Determines if the resource is currently loading
Determines if the media is looping
The media is currently paused
The media is currently playing
Determines the current position of the media. This is relative to start
The start point to play the media from
The media is currently stopped, the position will be equal to start
The media is transitioning from one playable state to another
Determines if the resource has been unloaded and is now invalid
The location that the media was loaded from. Can be a local resource with file://
scheme
Transitions the media to the paused state
Transitions the media to the playing state
Seeks the media to the specified time point
Transitions the media to the stopped state
Releases the resource. Is reentrant, a released resource can be released again without error. Will possibly set
unloaded
to true
, however, it is not required to.
The media is currently buffering data