Example usage for Java android.media CamcorderProfile fields, constructors, methods, implement or subclass
The text is from its open source code.
int | QUALITY_LOW Quality level corresponding to the lowest available resolution. |
int | QUALITY_HIGH Quality level corresponding to the highest available resolution. |
int | QUALITY_QCIF Quality level corresponding to the qcif (176 x 144) resolution. |
int | QUALITY_CIF Quality level corresponding to the cif (352 x 288) resolution. |
int | QUALITY_480P Quality level corresponding to the 480p (720 x 480) resolution. |
int | QUALITY_720P Quality level corresponding to the 720p (1280 x 720) resolution. |
int | QUALITY_1080P Quality level corresponding to the 1080p (1920 x 1080) resolution. |
int | QUALITY_2160P Quality level corresponding to the 2160p (3840x2160) resolution. |
int | QUALITY_TIME_LAPSE_HIGH Time lapse quality level corresponding to the highest available resolution. |
int | QUALITY_TIME_LAPSE_QCIF Time lapse quality level corresponding to the qcif (176 x 144) resolution. |
int | QUALITY_TIME_LAPSE_CIF Time lapse quality level corresponding to the cif (352 x 288) resolution. |
int | QUALITY_TIME_LAPSE_480P Time lapse quality level corresponding to the 480p (720 x 480) resolution. |
int | QUALITY_TIME_LAPSE_720P Time lapse quality level corresponding to the 720p (1280 x 720) resolution. |
int | QUALITY_TIME_LAPSE_1080P Time lapse quality level corresponding to the 1080p (1920 x 1088) resolution. |
int | QUALITY_TIME_LAPSE_2160P Time lapse quality level corresponding to the 2160p (3840 x 2160) resolution. |
CamcorderProfile | get(int quality) Returns the camcorder profile for the first back-facing camera on the device at the given quality level. |
CamcorderProfile | get(int cameraId, int quality) Returns the camcorder profile for the given camera at the given quality level. |
boolean | hasProfile(int cameraId, int quality) Returns true if camcorder profile exists for the given camera at the given quality level. |