toggle menu
Android-RTCLib-SDK
5.6.9
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.base
/
RCRTCRemoteVideoFrame
/
RTCBufferI420
RTCBuffer
I420
public
class
RTCBufferI420
implements
RCRTCRemoteVideoFrame.RTCBuffer
Members
Constructors
RCRTCRemote
Video
Frame.
RTCBuffer
I420
Link copied to clipboard
public
void
RCRTCRemoteVideoFrame.RTCBufferI420
(
int width
,
int height
,
ByteBuffer
dataY
,
int strideY
,
ByteBuffer
dataU
,
int strideU
,
ByteBuffer
dataV
,
int strideV
)
Properties
data
U
Link copied to clipboard
public
final
ByteBuffer
dataU
data
V
Link copied to clipboard
public
final
ByteBuffer
dataV
data
Y
Link copied to clipboard
public
final
ByteBuffer
dataY
height
Link copied to clipboard
public
final
int
height
stride
U
Link copied to clipboard
public
final
int
strideU
stride
V
Link copied to clipboard
public
final
int
strideV
stride
Y
Link copied to clipboard
public
final
int
strideY
width
Link copied to clipboard
public
final
int
width
Functions
get
Data
U
Link copied to clipboard
public
ByteBuffer
getDataU
(
)
I420 数据中 U 分量数据
get
Data
V
Link copied to clipboard
public
ByteBuffer
getDataV
(
)
I420 数据中 V 分量数据
get
Data
Y
Link copied to clipboard
public
ByteBuffer
getDataY
(
)
I420 数据中 Y 分量数据
get
Height
Link copied to clipboard
public
int
getHeight
(
)
视频像素高度。
get
Stride
U
Link copied to clipboard
public
int
getStrideU
(
)
I420 数据中 U 分量步长
get
Stride
V
Link copied to clipboard
public
int
getStrideV
(
)
I420 数据中 V 分量步长
get
Stride
Y
Link copied to clipboard
public
int
getStrideY
(
)
I420 数据中 Y 分量步长
get
Width
Link copied to clipboard
public
int
getWidth
(
)
视频像素宽度。