CamcorderQuality Enum

Definition

Enumerates values returned by several types and taken as a parameter of several methods of CamcorderProfile.

public enum CamcorderQuality
type CamcorderQuality = 
Inheritance
CamcorderQuality

Fields

Cif 3

Quality level corresponding to the cif (352 x 288) resolution.

High 1

Quality level corresponding to the highest available resolution.

HighSpeed1080p 2004
HighSpeed2160p 2005
HighSpeed480p 2002
HighSpeed4Kdci 2008
HighSpeed720p 2003
HighSpeedCif 2006
HighSpeedHigh 2001
HighSpeedLow 2000
HighSpeedVga 2007
Low 0

Quality level corresponding to the lowest available resolution.

Q1080p 6
Q2160p 8
Q2K 12
Q480p 4

Quality level corresponding to the 480p (720 x 480) resolution. Note that the horizontal resolution for 480p can also be other values, such as 640 or 704, instead of 720.

Q4Kdci 10
Q720p 5

Quality level corresponding to the 720p (1280 x 720) resolution.

Q8Kuhd 13
Qcif 2

Quality level corresponding to the qcif (176 x 144) resolution.

Qhd 11
Qvga 7

Quality level corresponding to the QVGA (320x240) resolution.

TimeLapse1080p 1006

Time lapse quality level corresponding to the 1080p (1920 x 1088) resolution.

TimeLapse2160p 1008
TimeLapse2K 1012
TimeLapse480p 1004

Time lapse quality level corresponding to the 480p (720 x 480) resolution.

TimeLapse4Kdci 1010
TimeLapse720p 1005

Time lapse quality level corresponding to the 720p (1280 x 720) resolution.

TimeLapse8kuhd 1013
TimeLapseCif 1003

Time lapse quality level corresponding to the cif (352 x 288) resolution.

TimeLapseHigh 1001

Time lapse quality level corresponding to the highest available resolution.

TimeLapseLow 1000

Time lapse quality level corresponding to the lowest available resolution.

TimeLapseQcif 1002

Time lapse quality level corresponding to the qcif (176 x 144) resolution.

TimeLapseQhd 1011
TimeLapseQvga 1007

Time lapse quality level corresponding to the QVGA (320 x 240) resolution.

TimeLapseVga 1009
Vga 9

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to