Package tvi.webrtc

Interface VideoDecoder.Callback

Enclosing interface:
VideoDecoder

public static interface VideoDecoder.Callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDecodedFrame(VideoFrame frame, Integer decodeTimeMs, Integer qp)
    Call to return a decoded frame.
  • Method Details

    • onDecodedFrame

      void onDecodedFrame(VideoFrame frame, Integer decodeTimeMs, 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