#import <ZoomSDKRenderer.h>
Inherits NSObject.
Definition at line 87 of file ZoomSDKRenderer.h.
◆ getRawDataType
Get the type of raw data.
- Returns
- If the function succeeds, it will return the type of raw data.
◆ 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:
Set the resolution of raw data.
- Parameters
-
resolution | The resolution of raw data user want to receive. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ subscribe:rawDataType:
Subscribe to receive raw data.
- Parameters
-
userID | The user id of the raw data user want to receive. |
rawDataType | The type of raw data user want to receive. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ unSubscribe
Unsubscribe to receive raw data.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ _delegate
◆ _rawDataType
◆ _resolution
◆ _userID
◆ delegate