Properties
id
id:MediaId
The ID of the media.
hasVideo
hasVideo:boolean
When set to true the media has a video component; otherwise false.
availableAudioTracks
availableAudioTracks: ITrack[]
An array of the available audio tracks.
availableTextTracks
availableTextTracks: ITrack[]
An array of the available text tracks.
duration?
optional duration: ITimeValue
The duration of the media.
startTime?
optional startTime: ITimeValue
The start time of the media.
seekRangeStart?
optional seekRangeStart: ITimeValue
The start of the seek range.
seekRangeEnd?
optional seekRangeEnd: ITimeValue
The end of the seek range.
activeAudioTrack?
optional activeAudioTrack: ITrack
The active audio track.
activeTextTrack?
optional activeTextTrack: ITrack
the active text track.
currentRating?
optional currentRating: number
The current rating.

