rtcEngine$onRecordingProgressUpdate$process$recording_info method

FutureOr<void> rtcEngine$onRecordingProgressUpdate$process$recording_info(
  1. ByteRTCEngine engine,
  2. ByteRTCVideoSource videoSource,
  3. ByteRTCRecordingProgress process,
  4. ByteRTCRecordingInfo recordingInfo,
)

@detail callback @author wangzhanqiang @brief Local recording progress callback.
This callback is triggered by startFileRecording:type:{@link #ByteRTCEngine#startFileRecording:type}. When the recording state is normal, the system will prompt the recording progress through this callback every second. @param engine ByteRTCEngine object @param videoSource Video source. See ByteRTCVideoSource{@link #ByteRTCVideoSource} @param process Recording progress. See ByteRTCRecordingProgress{@link #ByteRTCRecordingProgress} @param recordingInfo Details of the recorded file. See ByteRTCRecordingInfo{@link #ByteRTCRecordingInfo}

Implementation

FutureOr<void> rtcEngine$onRecordingProgressUpdate$process$recording_info(
    ByteRTCEngine engine,
    ByteRTCVideoSource videoSource,
    ByteRTCRecordingProgress process,
    ByteRTCRecordingInfo recordingInfo) async {}