toggleRecording

@RequiresApi(value = <Unsupported Annotation Value>::class)
@RequiresPermission(value = <Unsupported Annotation Value>::class)
suspend fun CameraController.toggleRecording(fileOutputOptions: FileOutputOptions, audioConfig: AudioConfig = AudioConfig.create(true)): ERROR CLASS: Symbol not found for Uri??

Transform toggle recording file to suspend function


@RequiresApi(value = <Unsupported Annotation Value>::class)
@RequiresPermission(value = <Unsupported Annotation Value>::class)
suspend fun CameraController.toggleRecording(mediaStoreOutputOptions: MediaStoreOutputOptions, audioConfig: AudioConfig = AudioConfig.create(true)): ERROR CLASS: Symbol not found for Uri??

Transform toggle recording content values options to suspend function


@RequiresApi(value = <Unsupported Annotation Value>::class)
@RequiresPermission(value = <Unsupported Annotation Value>::class)
suspend fun CameraController.toggleRecording(fileDescriptorOutputOptions: FileDescriptorOutputOptions, audioConfig: AudioConfig = AudioConfig.create(true)): ERROR CLASS: Symbol not found for Uri??

Transform toggle recording output files options to suspend function