onPlayerSrcInfoChanged property

void Function(SrcInfo from, SrcInfo to)? onPlayerSrcInfoChanged
final

Occurs when the video bitrate of the media resource changes.

  • from Information about the video bitrate of the media resource being played. See SrcInfo.
  • to Information about the changed video bitrate of media resource being played. See SrcInfo.

Implementation

final void Function(SrcInfo from, SrcInfo to)? onPlayerSrcInfoChanged;