Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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