VideoResolutionPreset

enum VideoResolutionPreset : Parcelable

Created by dodo on 26/10/15.

Entries

Link copied to clipboard

Will choose camera video resolution which is best for current device.

Link copied to clipboard

Attempts to choose camera video resolution as closely as 480p

Link copied to clipboard

Attempts to choose camera video resolution as closely as 720p

Link copied to clipboard

Attempts to choose camera video resolution as closely as 1080p

Link copied to clipboard

Attempts to choose camera video resolution as closely as 2160p

Link copied to clipboard

Will choose max available camera video resolution

Properties

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

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getIdealHeight(): 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)