RtmpVideoPlayerProgressChanged typedef

RtmpVideoPlayerProgressChanged = void Function(int duration, int currentDuration)

播放器进度回调监听

Implementation

typedef RtmpVideoPlayerProgressChanged = void Function(
    int duration, int currentDuration);