onPlayerSrcInfoChanged property
Occurs when the video bitrate of the media resource changes.
fromInformation about the video bitrate of the media resource being played. See SrcInfo.toInformation about the changed video bitrate of media resource being played. See SrcInfo.
Implementation
final void Function(SrcInfo from, SrcInfo to)? onPlayerSrcInfoChanged;