MediaPlayerState
interface MediaPlayerState
Types
Properties
Link copied to clipboard
Playback position of the current media with milliseconds precision This variable reflect the continuous progress for each item that is currently playing.
Link copied to clipboard
Used for targetability purposes. A list of player capabilities.
Link copied to clipboard
Used for targetability purposes. A list of player states as described by the IAB, which will help achieve better targetability.
Link copied to clipboard
The current status for the player. Player events changes (like buffering, pause, resume, playing, etc.) should be send through this flow
Link copied to clipboard
Current value for the player's volume. This value should be between 0..1. A value of 0.0 indicates silence; a value of 1.0 (the default) indicates full audio volume for the player instance.