|
|
unsigned int | _userID |
| |
|
ZoomSDKRawDataType | _rawDataType |
| |
|
ZoomSDKResolution | _resolution |
| |
|
id< ZoomSDKRendererDelegate > | _delegate |
| |
◆ 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
-
| resolution | The 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
-
| 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
| - (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: