Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
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?

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.
Last modified on July 22, 2026