methods/recording_methods/update_recording library

Classes

UpdateRecordingOptions
Options for the updateRecording function, containing recording parameters.
UpdateRecordingParameters
Parameters required for updating the recording state, implementing several interfaces for managing recording and timer state, and providing abstract getters for flexible and detailed recording configurations.

Functions

updateRecording(UpdateRecordingOptions options) Future<void>
Updates the recording based on the given parameters, managing recording start, pause, and resume states, as well as providing alerts for required conditions.

Typedefs

UpdateBooleanState = void Function(bool)
UpdateRecordingType = Future<void> Function(UpdateRecordingParameters options)
Typedef for the update recording function