Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

IPlayerSessionStatus

Represents the current status of media playback. Apps can use this status to update their UI components.

Properties

sessionId?

optional readonly sessionId: IPlayerSessionId

Optional. Identifier for the player session


playbackRate

readonly playbackRate: number

Current playback speed (e.g., 0.5, 1.0, 2.0)


playbackState

readonly playbackState: IPlayerSessionState

Current state of media playback


isMuted

readonly isMuted: boolean

Indicates if audio is muted


volume

readonly volume: number

Current volume level (range: 0.0 to 1.0)


seekable

readonly seekable: boolean

Indicates if seeking is allowed


duration?

optional readonly duration: number

Optional. Total duration of the media content


Last updated: Jul 22, 2026