TKVideoFrame
TKVideoFrame Class
Video Data Information (YUV Format)
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;