Package tvi.webrtc

Interface CapturerObserver

    • Method Detail

      • onCapturerStarted

        void onCapturerStarted​(boolean success)
        Notify if the capturer have been started successfully or not.
      • onCapturerStopped

        void onCapturerStopped()
        Notify that the capturer has been stopped.
      • onFrameCaptured

        void onFrameCaptured​(VideoFrame frame)
        Delivers a captured frame.