DescriptionAndroidVideoCapturer getSupportedFormats(): Change interface from JSON string to List/vector
This CL simplifies the VideoCapturer interface from 'String getSupportedFormatsAsJson() throws JSONException' to 'List<CaptureFormat> getSupportedFormats()'. The intermediate conversion to/from a JSON string is removed, and AndroidVideoCapturerJni converts the Java list to a C++ vector directly instead.
BUG=webrtc:5519
R=perkj@webrtc.org
Committed: https://crrev.com/5199c74d253bf1273a504becb6e3b33571f92a08
Cr-Commit-Position: refs/heads/master@{#11669}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove logging from C++. Remove json from api.gyp. #
Messages
Total messages: 14 (6 generated)
|