toggle menu
Android-RTCLib-SDK
5.6.9
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.base
/
RCRTCRemoteVideoFrame
/
RTCBufferNV12
RTCBuffer
NV12
public
class
RTCBufferNV12
implements
RCRTCRemoteVideoFrame.RTCBuffer
nv12 视频数据格式
Members
Functions
get
Data
Link copied to clipboard
public
ByteBuffer
getData
(
)
获取图像存储数据
get
Height
Link copied to clipboard
public
int
getHeight
(
)
视频像素高度。
get
Slice
Height
Link copied to clipboard
public
int
getSliceHeight
(
)
获取图像存储数据中的高
get
Stride
Link copied to clipboard
public
int
getStride
(
)
获取图像存储数据中的步长
get
Width
Link copied to clipboard
public
int
getWidth
(
)
视频像素宽度。