Java android.media CamcorderProfile fields, constructors, methods, implement or subclass

Example usage for Java android.media CamcorderProfile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media CamcorderProfile.

The text is from its open source code.

Field

intQUALITY_LOW
Quality level corresponding to the lowest available resolution.
intQUALITY_HIGH
Quality level corresponding to the highest available resolution.
intQUALITY_QCIF
Quality level corresponding to the qcif (176 x 144) resolution.
intQUALITY_CIF
Quality level corresponding to the cif (352 x 288) resolution.
intQUALITY_480P
Quality level corresponding to the 480p (720 x 480) resolution.
intQUALITY_720P
Quality level corresponding to the 720p (1280 x 720) resolution.
intQUALITY_1080P
Quality level corresponding to the 1080p (1920 x 1080) resolution.
intQUALITY_2160P
Quality level corresponding to the 2160p (3840x2160) resolution.
intQUALITY_TIME_LAPSE_HIGH
Time lapse quality level corresponding to the highest available resolution.
intQUALITY_TIME_LAPSE_QCIF
Time lapse quality level corresponding to the qcif (176 x 144) resolution.
intQUALITY_TIME_LAPSE_CIF
Time lapse quality level corresponding to the cif (352 x 288) resolution.
intQUALITY_TIME_LAPSE_480P
Time lapse quality level corresponding to the 480p (720 x 480) resolution.
intQUALITY_TIME_LAPSE_720P
Time lapse quality level corresponding to the 720p (1280 x 720) resolution.
intQUALITY_TIME_LAPSE_1080P
Time lapse quality level corresponding to the 1080p (1920 x 1088) resolution.
intQUALITY_TIME_LAPSE_2160P
Time lapse quality level corresponding to the 2160p (3840 x 2160) resolution.

Method

CamcorderProfileget(int quality)
Returns the camcorder profile for the first back-facing camera on the device at the given quality level.
CamcorderProfileget(int cameraId, int quality)
Returns the camcorder profile for the given camera at the given quality level.
booleanhasProfile(int cameraId, int quality)
Returns true if camcorder profile exists for the given camera at the given quality level.