3import java.nio.ByteBuffer;
Zoom Video SDK Video raw data bean.
void addRef()
Increase reference count by 1. Adding a reference will ensure that the raw data buffer will not be re...
ByteBuffer getvBuffer()
Get the YUVI420 V buffer. The V component represents the chroma values.
int getRotation()
Query the video raw data rotation.
ByteBuffer getAlphaBuffer()
Get the YUVI420 alpha buffer. The alpha component represents the chroma values.
boolean canAddRef()
Determine if the reference count for accessing the raw data buffer can be increased.
void releaseRef()
Decrease reference count by 1.
int getFormat()
Query video raw data format.
boolean isLimited()
Query video raw data is limited.
int getStreamWidth()
Query stream width.
int getStreamHeight()
Get the stream height.
ByteBuffer getyBuffer()
Get the YUVI420 Y buffer. The Y component represents the luma or brightness values.
ByteBuffer getuBuffer()
Get the YUVI420 U buffer. The U component represents the chroma values.