Interface IRCCallPlusVideoFrameListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract RCRTCVideoFrame onCaptureFrame(RCRTCVideoFrame videoFrame) 视频数据回调接口,用于开发者自定义美颜等的视频处理 回调线程名:Camera SurfaceTextureHelper ;。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onCaptureFrame

         abstract RCRTCVideoFrame onCaptureFrame(RCRTCVideoFrame videoFrame)

        视频数据回调接口,用于开发者自定义美颜等的视频处理 回调线程名:Camera SurfaceTextureHelper ;。

        Returns:

        当使用 getTextureId 和 getData 对视频数据处理完之后,需要再设置给RTCVideoFrame 对象并返回, 设置方式:setTextureId 或 setData