IOSCameraController
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val exposureCompensationRange: ERROR CLASS: Symbol not found for Pair<kotlin/Float, kotlin/Float>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
abstract fun getCaptureDevice(deviceTypes: List<ERROR CLASS: Symbol not found for AVCaptureDeviceType>, position: ERROR CLASS: Symbol not found for AVCaptureDevicePosition, uniqueId: String? = null): ERROR CLASS: Symbol not found for AVCaptureDevice??
Link copied to clipboard
abstract fun getCurrentDeviceOrientation(): ERROR CLASS: Symbol not found for AVCaptureVideoOrientation
Link copied to clipboard
Link copied to clipboard
abstract fun isVideoStabilizationSupported(mode: ERROR CLASS: Symbol not found for AVCaptureVideoStabilizationMode): Boolean
Link copied to clipboard
abstract fun isZeroShutterLagSupported(output: ERROR CLASS: Symbol not found for AVCaptureOutput): Boolean
Link copied to clipboard
abstract fun muteRecording(isMuted: Boolean): ERROR CLASS: Symbol not found for Result<kotlin/Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun setCameraOutputQuality(quality: ERROR CLASS: Symbol not found for AVCapturePhotoQualityPrioritization, highResolutionEnabled: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun setFocusPoint(focusPoint: ERROR CLASS: Symbol not found for CValue<ERROR CLASS: Symbol not found for CGPoint>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun setVideoStabilization(mode: ERROR CLASS: Symbol not found for AVCaptureVideoStabilizationMode)
Link copied to clipboard
Link copied to clipboard
abstract fun startRecording(isMirrorEnabled: Boolean, videoOrientation: ERROR CLASS: Symbol not found for AVCaptureVideoOrientation, filename: String, onVideoCaptured: (ERROR CLASS: Symbol not found for Result<kotlin/String>) -> Unit)
Link copied to clipboard
Link copied to clipboard
abstract fun takePicture(isMirrorEnabled: Boolean, flashMode: ERROR CLASS: Symbol not found for AVCaptureFlashMode, videoOrientation: ERROR CLASS: Symbol not found for AVCaptureVideoOrientation, onPictureCaptured: (ERROR CLASS: Symbol not found for Result<kotlin/ByteArray>) -> Unit)
abstract fun takePicture(filename: String, isMirrorEnabled: Boolean, flashMode: ERROR CLASS: Symbol not found for AVCaptureFlashMode, videoOrientation: ERROR CLASS: Symbol not found for AVCaptureVideoOrientation, onPictureCaptured: (ERROR CLASS: Symbol not found for Result<kotlin/String>) -> Unit)
Link copied to clipboard