CameraOptions

data class CameraOptions(val quality: Int? = null, val destinationType: Camera.DestinationType? = null, val sourceType: Camera.PictureSourceType? = null, val allowEdit: Boolean? = null, val encodingType: Camera.EncodingType? = null, val targetWidth: Int? = null, val targetHeight: Int? = null, val mediaType: Camera.MediaType? = null, val correctOrientation: Boolean? = null, val saveToPhotoAlbum: Boolean? = null, val popoverOptions: Camera.CameraPopoverOptions? = null, val cameraDirection: Camera.Direction? = null)

Camera options.

Constructors

Link copied to clipboard
constructor(quality: Int? = null, destinationType: Camera.DestinationType? = null, sourceType: Camera.PictureSourceType? = null, allowEdit: Boolean? = null, encodingType: Camera.EncodingType? = null, targetWidth: Int? = null, targetHeight: Int? = null, mediaType: Camera.MediaType? = null, correctOrientation: Boolean? = null, saveToPhotoAlbum: Boolean? = null, popoverOptions: Camera.CameraPopoverOptions? = null, cameraDirection: Camera.Direction? = null)

Properties

Link copied to clipboard
val allowEdit: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val quality: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetHeight: Int? = null
Link copied to clipboard
val targetWidth: Int? = null