RCRTCRemote Video Frame
远端视频帧数据
Constructors
Link copied to clipboard
public void RCRTCRemoteVideoFrame(VideoFrame videoFrame, RCRTCRemoteVideoFrame.RTCBuffer buffer, RCRTCRemoteVideoFrame.RCRTCVideoFrameType type)
只有RGB格式的buffer调用
public void RCRTCRemoteVideoFrame(VideoFrame videoFrame, ByteBuffer dataY, ByteBuffer dataU, ByteBuffer dataV)
专为 I420Buffer 构建