| If the player controls are enabled. | boolean |
| The player current aspect ratio. | string |
| Contains information about the last error that occurred in the player, including title, message and code. Example:
class Error( val title: String? = null, val message: String? = null ) | object |
| If the player has the alert dialog displayed. | boolean |
| If the player is loading the media resource. | boolean |
| If the player is ready to play. | boolean |
| If the player is muted. | boolean |
| If the player does support the native PiP. | boolean |
| If the next and previous controls in the PiP are enabled. | boolean |
| If the player is allowed to play, depending on the browser permissions. | boolean |
| If the player is currently playing video or ad content. | boolean |
| If the player is in replay screen. | boolean |
| If the player is in start screen. | boolean |
| The id of the video next video in the queue. | string |
| The reason why the playback has been allowed or not. | string |
| The current playback speed. | number |
| The current mode where the player is displayed. | string |
| The id of the video previous video which was played. | string |
| The player’s current scale mode. | string |
| The current volume level. The volume and mute params operate separately, therefore, you could have a player with full volume, but also muted. | number |