Subscribe to raw video or share data and handle rendering.
More...
#include <ZoomSDKRenderer.h>
Inherits NSObject.
Subscribe to raw video or share data and handle rendering.
Definition at line 134 of file ZoomSDKRenderer.h.
◆ getRawDataType
Gets the type of raw data.
- Returns
- The type of raw data.
◆ getResolution
Gets the resolution of raw data.
- Returns
- The resolution.
◆ getSubscribeID
| - (unsigned int) getSubscribeID |
|
|
|
Gets the subscribe ID of raw data user is subscribing to.
- Returns
- If the function succeeds, it returns the subscribe ID. Otherwise, returns -1.
◆ setResolution:
Sets the resolution of raw data.
- Parameters
-
| resolution | The resolution of raw data user want to receive. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ subscribe:rawDataType:
Subscribe to receive raw data.
- Parameters
-
| subscribeID | The subscribe ID of the raw data user want to receive. If subscribe video, the subscribeID is user ID. If subscribe the sharing, the subscribeID is share source ID. |
| rawDataType | The type of raw data user want to receive. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ unSubscribe
Unsubscribe to receive raw data.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ _rawDataType
◆ _resolution
◆ _subscribeID
| - (unsigned int) _subscribeID |
|
protected |
◆ delegate