OnMediaPlayerPlayingProgressType typedef

OnMediaPlayerPlayingProgressType = void Function(int playerId, int progress)

playerIdRTCMediaPlayer 的 ID。通过 RTCVideo.getMediaPlayer 设置。

progress:进度。单位 ms。

Implementation

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