3import java.nio.ByteBuffer;
Zoom Video SDK Video raw data bean.
void addRef()
Increases the reference count by 1. Adding a reference will ensure that the raw data buffer will not ...
ByteBuffer getvBuffer()
Gets the YUVI420 V buffer. The V component represents the chroma values.
int getRotation()
Gets the video raw data rotation.
ByteBuffer getAlphaBuffer()
Gets the YUVI420 alpha buffer. The alpha component represents the transparency values.
boolean canAddRef()
Determines whether the reference count for accessing the raw data buffer can be increased....
void releaseRef()
Decreases the reference count by 1. If you call addRef(), the SDK will try to hold the raw data buffe...
int getFormat()
Gets the video raw data format.
boolean isLimited()
Determines whether video raw data is limited.
int getStreamWidth()
Gets the stream width.
int getStreamHeight()
Gets the stream height.
ByteBuffer getyBuffer()
Gets the YUVI420 Y buffer. The Y component represents the luma or brightness values.
int FORMAT_TYPE_I420
I420 video format type constant.
ByteBuffer getuBuffer()
Gets the YUVI420 U buffer. The U component represents the chroma values.