Package 

Class VideoSink

  • All Implemented Interfaces:
    tvi.webrtc.VideoSink

    
    public class VideoSink
     implements VideoSink
                        

    VideoSink 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.

    • Method Summary

      Modifier and Type Method Description
      void resetVideoCapturerObserver()
      void onFrame(VideoFrame videoFrame)
      • Methods inherited from class tvi.webrtc.VideoSink

        onFrame
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait