public class RCRTCRemoteVideoFrame.RTCBufferI420 extends Object implements RCRTCRemoteVideoFrame.RTCBuffer
构造器和说明 |
---|
RTCBufferI420(int width,
int height,
ByteBuffer dataY,
int strideY,
ByteBuffer dataU,
int strideU,
ByteBuffer dataV,
int strideV) |
限定符和类型 | 方法和说明 |
---|---|
ByteBuffer |
getDataU()
I420 数据中 U 分量数据
|
ByteBuffer |
getDataV()
I420 数据中 V 分量数据
|
ByteBuffer |
getDataY()
I420 数据中 Y 分量数据
|
int |
getHeight()
视频像素高度。
|
int |
getStrideU()
I420 数据中 U 分量步长
|
int |
getStrideV()
I420 数据中 V 分量步长
|
int |
getStrideY()
I420 数据中 Y 分量步长
|
int |
getWidth()
视频像素宽度。
|
public RTCBufferI420(int width, int height, ByteBuffer dataY, int strideY, ByteBuffer dataU, int strideU, ByteBuffer dataV, int strideV)
public int getWidth()
RCRTCRemoteVideoFrame.RTCBuffer
getWidth
在接口中 RCRTCRemoteVideoFrame.RTCBuffer
public int getHeight()
RCRTCRemoteVideoFrame.RTCBuffer
getHeight
在接口中 RCRTCRemoteVideoFrame.RTCBuffer
public ByteBuffer getDataY()
public ByteBuffer getDataU()
public ByteBuffer getDataV()
public int getStrideY()
public int getStrideU()
public int getStrideV()