| 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 c92f82ac18701694a23dafe62f0855d9199f3432..3cfca1d15aa11b6a6243143d4e15228e20fadc31 100644
|
| --- a/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| +++ b/webrtc/api/android/java/src/org/webrtc/VideoCapturer.java
|
| @@ -172,4 +172,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();
|
| }
|
|
|