methods/recording_methods/record_update_timer library

Classes

RecordUpdateTimerOptions
Options required for updating the record timer.

Functions

recordUpdateTimer({required RecordUpdateTimerOptions options}) → void
Updates the recording timer and formats the elapsed time in HH:MM:SS format.

Typedefs

RecordUpdateTimerType = void Function({required RecordUpdateTimerOptions options})
UpdateRecordElapsedTime = void Function(int elapsedTime)
UpdateRecordingProgressTime = void Function(String formattedTime)