CameraAspectMode

enum CameraAspectMode : Parcelable

Entries

Link copied to clipboard

Aspect ratio of the camera preview will be kept by letterboxing the camera preview into the given view. This camera mode will use full camera frames for processing.

Link copied to clipboard

Aspect ratio of the camera preview will be kept by zooming and cropping the camera preview so that it will fill the given view. Only visible part of camera frame will be used for processing.

Properties

Link copied to clipboard
@NonNull
val CREATOR: Parcelable.Creator<CameraAspectMode>

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)