IMediaInfo
Represents information about the media.
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?
optionalduration: ITimeValue
The duration of the media.
startTime?
optionalstartTime: ITimeValue
The start time of the media.
seekRangeStart?
optionalseekRangeStart: ITimeValue
The start of the seek range.
seekRangeEnd?
optionalseekRangeEnd: ITimeValue
The end of the seek range.
activeAudioTrack?
optionalactiveAudioTrack: ITrack
The active audio track.
activeTextTrack?
optionalactiveTextTrack: ITrack
the active text track.
currentRating?
optionalcurrentRating:number
The current rating.
Last updated: Jul 22, 2026

