Agora Java API Reference for Android
|
Public Member Functions | |
ByteBuffer | getDataY () |
ByteBuffer | getDataU () |
ByteBuffer | getDataV () |
int | getStrideY () |
int | getStrideU () |
int | getStrideV () |
![]() | |
int | getWidth () |
int | getHeight () |
I420Buffer | toI420 () |
void | retain () |
void | release () |
Buffer | cropAndScale (int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) |
Buffer | mirror (int frameRotation) |
Buffer | rotate (int frameRotation) |
Buffer | transform (int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight, int frameRotation) |
Interface for I420 buffers.