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)(source)
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)