Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: media/capture/video/android/photo_capabilities.h

Issue 2385833002: Image Capture Android: wire color temperature set/get (Closed)
Patch Set: reillyg@s comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/android/photo_capabilities.h
diff --git a/media/capture/video/android/photo_capabilities.h b/media/capture/video/android/photo_capabilities.h
index 9f1e652242c687631a338b1345ae1553a987b916..a39887bfb532e5a709103c7deede16ec13ba3baa 100644
--- a/media/capture/video/android/photo_capabilities.h
+++ b/media/capture/video/android/photo_capabilities.h
@@ -62,6 +62,9 @@ class PhotoCapabilities {
AndroidMeteringMode getWhiteBalanceMode() const;
AndroidFillLightMode getFillLightMode() const;
bool getRedEyeReduction() const;
+ int getMinColorTemperature() const;
+ int getMaxColorTemperature() const;
+ int getCurrentColorTemperature() const;
private:
const base::android::ScopedJavaLocalRef<jobject> object_;

Powered by Google App Engine
This is Rietveld 408576698