as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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?

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 updated: Jul 22, 2026