|
Meeting SDK for macOS API Reference
|
Subscribe to raw video or share data and handle rendering. More...
#include <ZoomSDKRenderer.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - subscribe:rawDataType: |
| Subscribe to receive raw data. | |
| (ZoomSDKError) | - unSubscribe |
| Unsubscribe to receive raw data. | |
| (ZoomSDKRawDataType) | - getRawDataType |
| Gets the type of raw data. | |
| (unsigned int) | - getSubscribeID |
| Gets the subscribe ID of raw data user is subscribing to. | |
| (ZoomSDKResolution) | - getResolution |
| Gets the resolution of raw data. | |
| (ZoomSDKError) | - setResolution: |
| Sets the resolution of raw data. | |
Protected Attributes | |
| unsigned int | _subscribeID |
| ZoomSDKRawDataType | _rawDataType |
| ZoomSDKResolution | _resolution |
| id< ZoomSDKRendererDelegate > | _delegate |
Properties | |
| id< ZoomSDKRendererDelegate > | delegate |
| The delegate to receive rendering events. | |
Subscribe to raw video or share data and handle rendering.
Definition at line 134 of file ZoomSDKRenderer.h.
| - (ZoomSDKRawDataType) getRawDataType |
Gets the type of raw data.
References getRawDataType.
Referenced by getRawDataType.
| - (ZoomSDKResolution) getResolution |
Gets the resolution of raw data.
References getResolution.
Referenced by getResolution.
| - (unsigned int) getSubscribeID |
Gets the subscribe ID of raw data user is subscribing to.
References getSubscribeID.
Referenced by getSubscribeID.
| - (ZoomSDKError) setResolution: | (ZoomSDKResolution) | resolution |
Sets the resolution of raw data.
| resolution | The resolution of raw data user want to receive. |
| - (ZoomSDKError) subscribe: | (unsigned int) | subscribeID | |
| rawDataType: | (ZoomSDKRawDataType) | rawDataType |
Subscribe to receive raw data.
| 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. |
| - (ZoomSDKError) unSubscribe |
Unsubscribe to receive raw data.
References unSubscribe.
Referenced by unSubscribe.
|
protected |
Definition at line 139 of file ZoomSDKRenderer.h.
|
protected |
Definition at line 137 of file ZoomSDKRenderer.h.
|
protected |
Definition at line 138 of file ZoomSDKRenderer.h.
|
protected |
Definition at line 136 of file ZoomSDKRenderer.h.
|
readwritenonatomicassign |
The delegate to receive rendering events.
Definition at line 144 of file ZoomSDKRenderer.h.