Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKRenderer Class Reference
Inheritance diagram for ZoomSDKRenderer:

Instance Methods

(ZoomSDKError) - subscribe:rawDataType:
 Subscribe to receive raw data. More...
 
(ZoomSDKError) - unSubscribe
 Unsubscribe to receive raw data. More...
 
(ZoomSDKRawDataType) - getRawDataType
 Get the type of raw data. More...
 
(unsigned int) - getUserID
 Get the user id of raw data user is subscribing. More...
 
(ZoomSDKResolution) - getResolution
 Get the resolution of raw data. More...
 
(ZoomSDKError) - setResolution:
 Set the resolution of raw data. More...
 

Protected Attributes

unsigned int _userID
 
ZoomSDKRawDataType _rawDataType
 
ZoomSDKResolution _resolution
 
id< ZoomSDKRendererDelegate_delegate
 

Properties

id< ZoomSDKRendererDelegatedelegate
 

Method Documentation

◆ getRawDataType

- (ZoomSDKRawDataType) getRawDataType

Get the type of raw data.

Returns
If the function succeeds, it will return the type of raw data.

◆ getResolution

- (ZoomSDKResolution) getResolution

Get the resolution of raw data.

Returns
If the function succeeds, it will return the resolution.

◆ getUserID

- (unsigned int) getUserID

Get the user id of raw data user is subscribing.

Returns
If the function succeeds, it will return the user id.

◆ setResolution:

- (ZoomSDKError) setResolution: (ZoomSDKResolution)  resolution

Set the resolution of raw data.

Parameters
resolutionThe resolution of raw data user want to receive.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ subscribe:rawDataType:

- (ZoomSDKError) subscribe: (unsigned int)  userID
rawDataType: (ZoomSDKRawDataType)  rawDataType 

Subscribe to receive raw data.

Parameters
userIDThe user id of the raw data user want to receive.
rawDataTypeThe type of raw data user want to receive.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ unSubscribe

- (ZoomSDKError) unSubscribe

Unsubscribe to receive raw data.

Returns
If the function succeeds, it will return ZoomSDKError_Success.

The documentation for this class was generated from the following file: