Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71662fe8 authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo

parents ab4412a1 0b42f253
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@
namespace android {

enum camcorder_quality {
    CAMCORDER_QUALITY_HIGH = 0,
    CAMCORDER_QUALITY_LOW  = 1
    CAMCORDER_QUALITY_LOW  = 0,
    CAMCORDER_QUALITY_HIGH = 1
};

enum video_decoder {