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 0ecc44f719182d54ca1dc8342cdc885763da66a3..79cf6c3d7ff9f9d1dce29294e8894bced4f1aa06 100644 |
--- a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java |
+++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java |
@@ -125,4 +125,9 @@ public interface VideoCapturer { |
* Perform any final cleanup here. No more capturing will be done after this call. |
*/ |
void dispose(); |
+ |
+ /** |
+ * @return true if-and-only-if this is a screen capturer. |
+ */ |
+ boolean isScreencast(); |
} |