public static interface VideoFrame.I420Buffer extends VideoFrame.Buffer
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getDataU()
A direct ByteBuffer containing U-plane data.
|
java.nio.ByteBuffer |
getDataV()
A direct ByteBuffer containing V-plane data.
|
java.nio.ByteBuffer |
getDataY()
A direct ByteBuffer containing Y-plane data.
|
int |
getStrideU()
Represents the number of bytes between the start of each row of U-plane pixels in the video frame
|
int |
getStrideV()
Represents the number of bytes between the start of each row of V-plane pixels in the video frame
|
int |
getStrideY()
Represents the number of bytes between the start of each row of Y-plane pixels in the video frame
|
release, retain, toI420
java.nio.ByteBuffer getDataY()
java.nio.ByteBuffer getDataU()
java.nio.ByteBuffer getDataV()
int getStrideY()
int getStrideU()
int getStrideV()