Index: webrtc/api/androidvideocapturer.h |
diff --git a/webrtc/api/androidvideocapturer.h b/webrtc/api/androidvideocapturer.h |
index a3295e1ff38dbdc1249e1c63f23efa2a96053340..4c73f3159874e76323fdee76a04702c6d575969d 100644 |
--- a/webrtc/api/androidvideocapturer.h |
+++ b/webrtc/api/androidvideocapturer.h |
@@ -34,8 +34,7 @@ class AndroidVideoCapturerDelegate : public rtc::RefCountInterface { |
// The delegate may not call into AndroidVideoCapturer after this call. |
virtual void Stop() = 0; |
- // Must returns a JSON string "{{width=xxx, height=xxx, framerate = xxx}}" |
- virtual std::string GetSupportedFormats() = 0; |
+ virtual std::vector<cricket::VideoFormat> GetSupportedFormats() = 0; |
}; |
// Android implementation of cricket::VideoCapturer for use with WebRtc |