public static class VideoFrame.DefaultVideoFrame extends java.lang.Object implements VideoFrame
VideoFrame.DefaultVideoFrame| Constructor and Description |
|---|
DefaultVideoFrame(java.nio.ByteBuffer[] yuvPlanes,
int[] yuvStrides,
int width,
int height,
int rotationDegreesCW,
int colorFormat) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColorFormat() |
int |
getRotation() |
int |
height() |
int |
width() |
java.nio.ByteBuffer[] |
yuvPlanes() |
int[] |
yuvStrides() |
public DefaultVideoFrame(java.nio.ByteBuffer[] yuvPlanes,
int[] yuvStrides,
int width,
int height,
int rotationDegreesCW,
int colorFormat)
public int width()
width in interface VideoFramepublic int height()
height in interface VideoFramepublic int[] yuvStrides()
yuvStrides in interface VideoFramepublic java.nio.ByteBuffer[] yuvPlanes()
yuvPlanes in interface VideoFramepublic int getColorFormat()
getColorFormat in interface VideoFrameImageFormat.public int getRotation()
getRotation in interface VideoFrameCopyright 2016, Sinch AB