Meeting SDK for macOS API Reference
|
#include <ZoomSDKRenderer.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canAddRef |
Get if this object can add ref. | |
(BOOL) | - addRef |
Add reference for this object, if you doesn't add ref, this object will be 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 |
Get the Y data. | |
(char *_Nullable) | - getUBuffer |
Get the U data. | |
(char *_Nullable) | - getVBuffer |
Get the V data. | |
(char *_Nullable) | - getBuffer |
Get the buffer data. | |
(char *_Nullable) | - getAlphaBuffer |
Get video alpha mask data buffer. | |
(unsigned int) | - getBufferLen |
Get the buffer length of this data. | |
(unsigned int) | - getAlphaBufferLen |
Get the alpha buffer length. | |
(BOOL) | - isLimitedI420 |
Get if this data is limited I420 format. | |
(unsigned int) | - getStreamWidth |
Get the stream width of this data. | |
(unsigned int) | - getStreamHeight |
Get the stream height of this data. | |
(unsigned int) | - getRotation |
Get the rotation of this data. | |
(unsigned int) | - getSourceID |
Get the s␝ource id of this data. | |
(long long) | - getTimeStamp |
Get the timestamp of the raw data. | |
Definition at line 11 of file ZoomSDKRenderer.h.
- (BOOL) addRef |
Add reference for this object, if you doesn't add ref, this object will be released when the callback response ends.
- (BOOL) canAddRef |
Get if this object can add ref.
- (char *_Nullable) getAlphaBuffer |
Get video alpha mask data buffer.
- (unsigned int) getAlphaBufferLen |
Get the alpha buffer length.
- (char *_Nullable) getBuffer |
Get the buffer data.
- (unsigned int) getBufferLen |
Get the buffer length of this data.
- (unsigned int) getRotation |
Get the rotation of this data.
- (unsigned int) getSourceID |
Get the s␝ource id of this data.
- (unsigned int) getStreamHeight |
Get the stream height of this data.
- (unsigned int) getStreamWidth |
Get the stream width of this data.
- (long long) getTimeStamp |
Get the timestamp of the raw data.
- (char *_Nullable) getUBuffer |
Get the U data.
- (char *_Nullable) getVBuffer |
Get the V data.
- (char *_Nullable) getYBuffer |
Get the Y data.
- (BOOL) isLimitedI420 |
Get 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.