-
- All Implemented Interfaces:
-
tvi.webrtc.VideoSink
public class VideoSink implements VideoSinkVideoSink implements webrtc.VideoSink interface. Currently it is used for detecting changes in captured frame's parameters such as changes in width, height, and rotation. When these changes are detected, it notifies the VideoCapturerObserver.
-
-
Constructor Summary
Constructors Constructor Description VideoSink(VideoCapturerObserver videoCapturerObserver)
-
Method Summary
Modifier and Type Method Description voidresetVideoCapturerObserver()voidonFrame(VideoFrame videoFrame)-
-
Constructor Detail
-
VideoSink
VideoSink(VideoCapturerObserver videoCapturerObserver)
-
-
Method Detail
-
resetVideoCapturerObserver
void resetVideoCapturerObserver()
-
onFrame
void onFrame(VideoFrame videoFrame)
-
-
-
-