5#import <Foundation/Foundation.h>
79@protocol ZoomSDKRendererDelegate <NSObject>
80- (void)onSubscribedUserDataOn;
81- (void)onSubscribedUserDataOff;
82- (void)onSubscribedUserLeft;
84- (void)onRendererBeDestroyed;
94@property(nonatomic, assign)id<ZoomSDKRendererDelegate> delegate;
121- (
unsigned int)getUserID;
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKRawDataType _rawDataType
id< ZoomSDKRendererDelegate > _delegate
ZoomSDKResolution _resolution
unsigned int getStreamHeight()
Get the stream height of this data.
int releaseData()
Release the object, if you has add ref, remeber to call this api to release when you wantn't to use t...
char * getUBuffer()
Get the U data.
char * getBuffer()
Get the buffer data.
BOOL addRef()
Add reference for this object, if you doesn't add ref, this object will be released when the callback...
BOOL canAddRef()
Get if this object can add ref.
unsigned int getSourceID()
Get the s␝ource id of this data.
unsigned int getStreamWidth()
Get the stream width of this data.
char * getYBuffer()
Get the Y data.
unsigned int getRotation()
Get the rotation of this data.
unsigned int getBufferLen()
Get the buffer length of this data.
BOOL isLimitedI420()
Get if this data is limited I420 format.
char * getVBuffer()
Get the V data.