|
Meeting SDK for macOS API Reference
|
Represents raw YUV I420 format data received from subscribed video stream. More...
#include <ZoomSDKRenderer.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Gets if this object can add ref. | |
| (BOOL) | - addRef |
| Adds reference for this object, if you doesn't add ref, this object is released when the callback response ends. | |
| (int) | - releaseData |
| Release the object, if you has add ref, remeber to call this api to release when you wantn't to use this object. | |
| (char *_Nullable) | - getYBuffer |
| Gets the Y data. | |
| (char *_Nullable) | - getUBuffer |
| Gets the U data. | |
| (char *_Nullable) | - getVBuffer |
| Gets the V data. | |
| (char *_Nullable) | - getBuffer |
| Gets the buffer data. | |
| (char *_Nullable) | - getAlphaBuffer |
| Gets video alpha mask data buffer. | |
| (unsigned int) | - getBufferLen |
| Gets the buffer length of this data. | |
| (unsigned int) | - getAlphaBufferLen |
| Gets the alpha buffer length. | |
| (BOOL) | - isLimitedI420 |
| Gets if this data is limited I420 format. | |
| (unsigned int) | - getStreamWidth |
| Gets the stream width of this data. | |
| (unsigned int) | - getStreamHeight |
| Gets the stream height of this data. | |
| (unsigned int) | - getRotation |
| Gets the rotation of this data. | |
| (unsigned int) | - getSourceID |
| Gets the s␝ource ID of this data. | |
| (long long) | - getTimeStamp |
| Gets the raw data's timestamp. | |
Represents raw YUV I420 format data received from subscribed video stream.
Definition at line 16 of file ZoomSDKRenderer.h.
| - (BOOL) addRef |
Adds reference for this object, if you doesn't add ref, this object is released when the callback response ends.
| - (BOOL) canAddRef |
Gets if this object can add ref.
| - (char *_Nullable) getAlphaBuffer |
Gets video alpha mask data buffer.
| - (unsigned int) getAlphaBufferLen |
Gets the alpha buffer length.
| - (char *_Nullable) getBuffer |
Gets the buffer data.
| - (unsigned int) getBufferLen |
Gets the buffer length of this data.
| - (unsigned int) getRotation |
Gets the rotation of this data.
| - (unsigned int) getSourceID |
Gets the s␝ource ID of this data.
| - (unsigned int) getStreamHeight |
Gets the stream height of this data.
| - (unsigned int) getStreamWidth |
Gets the stream width of this data.
| - (long long) getTimeStamp |
Gets the raw data's timestamp.
| - (char *_Nullable) getUBuffer |
Gets the U data.
| - (char *_Nullable) getVBuffer |
Gets the V data.
| - (char *_Nullable) getYBuffer |
Gets the Y data.
| - (BOOL) isLimitedI420 |
Gets if this data is limited I420 format.
| - (int) releaseData |
Release the object, if you has add ref, remeber to call this api to release when you wantn't to use this object.