DescriptionAndroid SurfaceTextureHelper: Add stopListening() function
This CL replaces the function SurfaceTextureHelper.setListener() that
could only be called once with the functions startListening() and
stopListening() that can be called multiple times. This is necessary
when the SurfaceTextureHelper will be passed to the VideoCapturerAndroid
in startCapture(). startListening() will be called in startCapture() and
stopListening() in stopCapture().
BUG=webrtc:5519
Committed: https://crrev.com/81e8e374ecfedaa3753518f488329b74c5bccf82
Cr-Commit-Position: refs/heads/master@{#11855}
Patch Set 1 : #
Total comments: 6
Patch Set 2 : Change name from disconnect() to dispose() #
Messages
Total messages: 13 (6 generated)
|