onPlayerSrcInfoChanged

Callback that occurs when the video bitrate of the media source changes.

virtual void onPlayerSrcInfoChanged(const media::base::SrcInfo& from, const media::base::SrcInfo& to) = 0;

Parameters

from
Video bitrate information of the currently playing media source. See SrcInfo.
to
Video bitrate information after the change. See SrcInfo.