IPlayerSessionStatus
Represents the current status of media playback. Apps can use this status to update their UI components.
Properties
duration?
readonlyoptionalduration:number
Optional. Total duration of the media content
isMuted
readonlyisMuted:boolean
Indicates if audio is muted
playbackRate
readonlyplaybackRate:number
Current playback speed (e.g., 0.5, 1.0, 2.0)
playbackState
readonlyplaybackState:IPlayerSessionState
Current state of media playback
seekable
readonlyseekable:boolean
Indicates if seeking is allowed
sessionId?
readonlyoptionalsessionId:IPlayerSessionId
Optional. Identifier for the player session
volume
readonlyvolume:number
Current volume level (range: 0.0 to 1.0)
Last updated: Oct 02, 2025

