Index: talk/app/webrtc/androidvideocapturer.h |
diff --git a/talk/app/webrtc/androidvideocapturer.h b/talk/app/webrtc/androidvideocapturer.h |
index 2dffb9c1414307bf3bac33d356dd0bf8f99a0641..2cfbdd808a1a7dfc5b2a4801394d8eb5270d38cc 100644 |
--- a/talk/app/webrtc/androidvideocapturer.h |
+++ b/talk/app/webrtc/androidvideocapturer.h |
@@ -74,6 +74,9 @@ class AndroidVideoCapturer : public cricket::VideoCapturer { |
int rotation, |
int64 time_stamp); |
+ // Called from JNI to request a new video format. |
+ void OnOutputFormatRequest(int width, int height, int fps); |
+ |
AndroidVideoCapturerDelegate* delegate() { return delegate_.get(); } |
private: |