RecordController
interface RecordController
Controller interface for managing video recording operations.
This interface provides methods to control the lifecycle of video recording, such as starting, pausing, resuming, and stopping the recording, as well as managing the audio state (mute/unmute).
Note: This interface defines the underlying contract for recording operations. For standard usage in an application, please use the implementation provided by com.ujizin.camposer.controller.camera.CameraController.