3import java.nio.ByteBuffer;
5import us.zoom.internal.RTCConference;
42 public ZoomSDKVideoRawData(ByteBuffer
yBuffer, ByteBuffer
uBuffer, ByteBuffer
vBuffer, ByteBuffer
aBuffer,
boolean isLimited,
int streamWidth,
int streamHeight,
int rotation,
long timeStamp,
int format,
long nativeHandle,
61 public ZoomSDKVideoRawData(ByteBuffer
yBuffer, ByteBuffer
uBuffer, ByteBuffer
vBuffer,
boolean isLimited,
int streamWidth,
int streamHeight,
int rotation,
long timeStamp,
int format,
long nativeHandle,
63 this(
yBuffer,
uBuffer,
vBuffer,
null,
isLimited,
streamWidth,
streamHeight,
rotation,
timeStamp,
format,
nativeHandle,
nativeYHandle,
nativeUHandle,
nativeVHandle, 0);
83 return RTCConference.getInstance().getVideoRawDataHelper().canAddRef(
nativeHandle);
90 RTCConference.getInstance().getVideoRawDataHelper().addRef(
nativeHandle);
97 int count = RTCConference.getInstance().getVideoRawDataHelper().releaseRef(
nativeHandle);
ByteBuffer getyBuffer()
Gets the YUVI420 Y buffer.
long getTimeStamp()
Gets the timestamp.
ByteBuffer getvBuffer()
Gets the YUVI420 V buffer.
boolean isLimited()
Determines whether video raw data is limited.
ByteBuffer getAlphaBuffer()
Gets the YUVI420 alpha buffer.
static final int FORMAT_TYPE_I420
int getFormat()
Gets the video raw data format.
int getStreamWidth()
Gets the stream width.
long getNativeAlphaBuffer()
int getStreamHeight()
Gets the stream height.
int getRotation()
Gets the video raw data rotation.
ByteBuffer getuBuffer()
Gets the YUVI420 U buffer.
ZoomSDKVideoRawData(ByteBuffer yBuffer, ByteBuffer uBuffer, ByteBuffer vBuffer, boolean isLimited, int streamWidth, int streamHeight, int rotation, long timeStamp, int format, long nativeHandle)
ZoomSDKVideoRawData(ByteBuffer yBuffer, ByteBuffer uBuffer, ByteBuffer vBuffer, boolean isLimited, int streamWidth, int streamHeight, int rotation, long timeStamp, int format, long nativeHandle, long nativeYHandle, long nativeUHandle, long nativeVHandle)
ZoomSDKVideoRawData(ByteBuffer yBuffer, ByteBuffer uBuffer, ByteBuffer vBuffer, ByteBuffer aBuffer, boolean isLimited, int streamWidth, int streamHeight, int rotation, long timeStamp, int format, long nativeHandle, long nativeYHandle, long nativeUHandle, long nativeVHandle, long nativeAHandle)