Package tvi.webrtc

Interface VideoDecoder.Callback

  • Enclosing interface:
    VideoDecoder

    public static interface VideoDecoder.Callback
    • Method Detail

      • onDecodedFrame

        void onDecodedFrame​(VideoFrame frame,
                            java.lang.Integer decodeTimeMs,
                            java.lang.Integer qp)
        Call to return a decoded frame. Can be called on any thread.
        Parameters:
        frame - Decoded frame
        decodeTimeMs - Time it took to decode the frame in milliseconds or null if not available
        qp - QP value of the decoded frame or null if not available