public abstract class AVChatBuffer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AVChatBuffer |
cropAndScale(int cropX,
int cropY,
int cropWidth,
int cropHeight,
int scaleWidth,
int scaleHeight) |
int |
getFormat() |
int |
getHeight() |
int |
getWidth() |
VideoFrame.Buffer |
mirror(boolean mirrorVertical,
boolean mirrorHorizontal) |
void |
release() |
void |
retain() |
VideoFrame.Buffer |
rotate(int rotation) |
void |
toBytes(byte[] target) |
VideoFrame.Buffer |
toFormat(int format) |
VideoFrame.I420Buffer |
toI420() |
public int getWidth()
public int getHeight()
public int getFormat()
public VideoFrame.Buffer mirror(boolean mirrorVertical, boolean mirrorHorizontal)
public VideoFrame.Buffer rotate(int rotation)
public VideoFrame.I420Buffer toI420()
public VideoFrame.Buffer toFormat(int format)
public void retain()
public void release()
public AVChatBuffer cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight)
public void toBytes(byte[] target)