#include <ZoomSDKRenderer.h>
Inherits NSObject.
Definition at line 120 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.
◆ getSubscribeID
- (unsigned int) getSubscribeID |
|
|
|
Get the subscribe ID of raw data user is subscribing to.
- Returns
- If the function succeeds, it returns the subscribe 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
-
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.
◆ unSubscribe
Unsubscribe to receive raw data.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ _delegate
◆ _rawDataType
◆ _resolution
◆ _subscribeID
- (unsigned int) _subscribeID |
|
protected |
◆ delegate