Package-level declarations

Functions

Link copied to clipboard
suspend fun CameraController.takePicture(outputFileOptions: ImageCapture.OutputFileOptions): ERROR CLASS: Symbol not found for Uri??

Transform takePicture output files options to suspend function

suspend fun CameraController.takePicture(file: File): ERROR CLASS: Symbol not found for Uri??

Transform takePicture file to suspend function

suspend fun CameraController.takePicture(contentValues: ERROR CLASS: Symbol not found for ContentValues, saveCollection: ERROR CLASS: Symbol not found for Uri = MediaStore.Images.Media.EXTERNAL_CONTENT_URI): ERROR CLASS: Symbol not found for Uri??

Transform takePicture content values to suspend function

Link copied to clipboard
@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

@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