跳转至

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;

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号