OnMediaPlayerPlayingProgressType typedef

OnMediaPlayerPlayingProgressType = void Function(int playerId, int progress)

playerId: The ID of RTCMediaPlayer, set by calling RTCVideo.getMediaPlayer.

progress: Mixing progress in ms.

Implementation

typedef OnMediaPlayerPlayingProgressType = void Function(
    int playerId, int progress);