跳转至
400-881-9892

文档中心

官方文档,可查阅产品介绍、快速入门、用户指南、开发指南、API参考、SDK参考、帮助等信息。

文档中心 互动课堂

TKVideoFrame类

视频数据信息(YUV格式)

width
width of video frame

public int width;

height
Height of video frame

public int 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;