onRecordingProgressUpdate method

FutureOr<void> onRecordingProgressUpdate(
  1. Map videoSource,
  2. RecordingProgress progress,
  3. RecordingInfo info
)

@detail callback @author wangzhanqiang @brief 本地录制进度回调。
该回调由 startFileRecording{@link #RTCEngine#startFileRecording} 触发,录制状态正常时,系统每秒钟都会通过该回调提示录制进度。 @param videoSource 预留参数。 @param progress 录制进度,参看 RecordingProgress{@link #RecordingProgress} @param info 录制文件的详细信息,参看 RecordingInfo{@link #RecordingInfo}

Implementation

FutureOr<void> onRecordingProgressUpdate(
    Map videoSource, RecordingProgress progress, RecordingInfo info) async {}