TKVideoFrame类
视频数据信息(YUV格式)
width
width of video frame
public int width;
height
Height of video frame
public intt height;
yStride
Stride of Y data buffer
public int yStride;
uStride
Stride of U data buffer
public int uStride;
vStride
Stride of V data buffer
public int vStride;
yBuffer
Y data buffer
public ByteBuffer yBuffer;
uBuffer
U data buffer
public ByteBuffer uBuffer;
vBuffer
V data buffer
public ByteBuffer vBuffer;
rotation
Rotation of this frame (0, 90, 180, 270)
public int rotation;