Interface ITranscoderFrameGrabResult


  • public interface ITranscoderFrameGrabResult

    ITranscoderFrameGrabResult: Implement this interface when using frame grabber interface to grab transcoder video frames.

    • Method Detail

      • onGrabFrame

        void onGrabFrame​(TranscoderNativeVideoFrame nativeFrame)
        Trigger when frame is available.
        Parameters:
        nativeFrame - native video frame.