Skip to content

Commit 0de2ed3

Browse files
James DongAndroid (Google) Code Review
authored andcommitted
Merge "Changed 480p and 1080p resolution documentation"
2 parents 1881f27 + a00c293 commit 0de2ed3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

media/java/android/media/CamcorderProfile.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public class CamcorderProfile
6767

6868
/**
6969
* Quality level corresponding to the 480p (720 x 480) resolution.
70+
* Note that the horizontal resolution for 480p can also be other
71+
* values, such as 640 or 704, instead of 720.
7072
*/
7173
public static final int QUALITY_480P = 4;
7274

@@ -76,7 +78,10 @@ public class CamcorderProfile
7678
public static final int QUALITY_720P = 5;
7779

7880
/**
79-
* Quality level corresponding to the 1080p (1920 x 1088) resolution.
81+
* Quality level corresponding to the 1080p (1920 x 1080) resolution.
82+
* Note that the vertical resolution for 1080p can also be 1088,
83+
* instead of 1080 (used by some vendors to avoid cropping during
84+
* video playback).
8085
*/
8186
public static final int QUALITY_1080P = 6;
8287

0 commit comments

Comments
 (0)