as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
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

duration?

readonly optional duration: number

Optional. Total duration of the media content


isMuted

readonly isMuted: boolean

Indicates if audio is muted


playbackRate

readonly playbackRate: number

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


playbackState

readonly playbackState: IPlayerSessionState

Current state of media playback


seekable

readonly seekable: boolean

Indicates if seeking is allowed


sessionId?

readonly optional sessionId: IPlayerSessionId

Optional. Identifier for the player session


volume

readonly volume: number

Current volume level (range: 0.0 to 1.0)


Last updated: Oct 02, 2025