DescriptionAndroid VideoSource: Add adaptOutputFormat function
The Java VideoSource class wraps the C++ AndroidVideoTrackSource.
AndroidVideoTrackSource is the object actually owning the VideoAdapter.
We currently control the VideoAdapter through the Java VideoCapturer,
but it is more natural and direct to control it through the Java
VideoSource class. This CL adds the necessary function to do this, and
the function in VideoCapturer is deprecated.
BUG=webrtc:6391
R=sakal@webrtc.org
Committed: https://crrev.com/7640fcf6ed29c3c08843ec8651bcb090e158b27e
Cr-Commit-Position: refs/heads/master@{#14332}
Patch Set 1 #Patch Set 2 : Change deprecated annotation #
Total comments: 6
Patch Set 3 : Fix comments in VideoSource.java #Patch Set 4 : Remove thread check in OnOutputFormatRequest #Messages
Total messages: 20 (10 generated)
|