CamcorderQuality Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types and taken as a parameter of several methods of CamcorderProfile.
public enum CamcorderQuality
type CamcorderQuality =
- Inheritance
-
CamcorderQuality
Fields
Name | Value | Description |
---|---|---|
Low | 0 | Quality level corresponding to the lowest available resolution. |
High | 1 | Quality level corresponding to the highest available resolution. |
Qcif | 2 | Quality level corresponding to the qcif (176 x 144) resolution. |
Cif | 3 | Quality level corresponding to the cif (352 x 288) resolution. |
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. |
Q720p | 5 | Quality level corresponding to the 720p (1280 x 720) resolution. |
Q1080p | 6 | |
Qvga | 7 | Quality level corresponding to the QVGA (320x240) resolution. |
Q2160p | 8 | |
Vga | 9 | |
Q4Kdci | 10 | |
Qhd | 11 | |
Q2K | 12 | |
Q8Kuhd | 13 | |
TimeLapseLow | 1000 | Time lapse quality level corresponding to the lowest available resolution. |
TimeLapseHigh | 1001 | Time lapse quality level corresponding to the highest available resolution. |
TimeLapseQcif | 1002 | Time lapse quality level corresponding to the qcif (176 x 144) resolution. |
TimeLapseCif | 1003 | Time lapse quality level corresponding to the cif (352 x 288) resolution. |
TimeLapse480p | 1004 | Time lapse quality level corresponding to the 480p (720 x 480) resolution. |
TimeLapse720p | 1005 | Time lapse quality level corresponding to the 720p (1280 x 720) resolution. |
TimeLapse1080p | 1006 | Time lapse quality level corresponding to the 1080p (1920 x 1088) resolution. |
TimeLapseQvga | 1007 | Time lapse quality level corresponding to the QVGA (320 x 240) resolution. |
TimeLapse2160p | 1008 | |
TimeLapseVga | 1009 | |
TimeLapse4Kdci | 1010 | |
TimeLapseQhd | 1011 | |
TimeLapse2K | 1012 | |
TimeLapse8kuhd | 1013 | |
HighSpeedLow | 2000 | |
HighSpeedHigh | 2001 | |
HighSpeed480p | 2002 | |
HighSpeed720p | 2003 | |
HighSpeed1080p | 2004 | |
HighSpeed2160p | 2005 | |
HighSpeedCif | 2006 | |
HighSpeedVga | 2007 | |
HighSpeed4Kdci | 2008 |
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.