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

Unified Diff: webrtc/api/android/java/src/org/webrtc/VideoCapturer.java

Issue 2308493002: Move getSupportedFormats from capturer interface to camera enumerator. (Closed)
Patch Set: Created 4 years, 3 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: webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
diff --git a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
index 79cf6c3d7ff9f9d1dce29294e8894bced4f1aa06..c0b4d69bc2f2ddf68befac2fc08ad3eedf611bbe 100644
--- a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
+++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
@@ -91,11 +91,6 @@ public interface VideoCapturer {
}
/**
- * Returns a list with all the formats this VideoCapturer supports.
- */
- List<CameraEnumerationAndroid.CaptureFormat> getSupportedFormats();
-
- /**
* This function is used to initialize the camera thread, the android application context, and the
* capture observer. It will be called only once and before any startCapture() request. The
* camera thread is guaranteed to be valid until dispose() is called. If the VideoCapturer wants

Powered by Google App Engine
This is Rietveld 408576698