OnRecordingProgressUpdateType typedef

OnRecordingProgressUpdateType = void Function(StreamIndex type, RecordingProgress progress, RecordingInfo info)

type: Types of recorded streams.

progress: Recording progress.

info: Details of the recorded file.

Implementation

typedef OnRecordingProgressUpdateType = void Function(
    StreamIndex type, RecordingProgress progress, RecordingInfo info);