onPlayerInfoUpdated [2/2]

Callback for player and media stream information changes.

public void onPlayerInfoUpdated(PlayerInfo info)
Since
Available since v4.4.0.

You can call registerObserver to register a player observer object to get player and media stream information, or directly call the getInfo method to retrieve the information.

Trigger Timing

This callback is triggered when player and media stream information changes.

Parameters

info
Information about the player and media stream. See PlayerInfo.