onPlayerInfoUpdated [1/2]
onPlayerInfoUpdated callback: Occurs when media player information changes.
virtual void onPlayerInfoUpdated(const media::base::PlayerUpdatedInfo& info) = 0;
You can use this callback to get changes in media player information for troubleshooting.
Parameters
- info
- Media player-related information. See PlayerUpdatedInfo.