RCRTCVideoFrameData

public interface RCRTCVideoFrameData

视频帧数据,有i420, nv21, oes, rgb 四种数据类型

Since

5.2.2

Inheritors

Types

Link copied to clipboard
public interface RCRTCI420Data implements RCRTCVideoFrameData
i420视频数据格式
Link copied to clipboard
public interface RCRTCNV21Data implements RCRTCVideoFrameData
nv21视频数据
Link copied to clipboard
public interface RCRTCRGBABufferData implements RCRTCVideoFrameData
rgba 数组类型数据
Link copied to clipboard
public interface RCRTCTextureData implements RCRTCVideoFrameData
texture 视频数据