#include <rawdata_renderer_interface.h>
◆ ~IZoomSDKRenderer()
virtual IZoomSDKRenderer::~IZoomSDKRenderer |
( |
| ) |
|
|
inlinevirtual |
◆ getRawDataType()
◆ getResolution()
◆ getSubscribeId()
virtual uint32_t IZoomSDKRenderer::getSubscribeId |
( |
| ) |
|
|
pure virtual |
Get the subscribed ID specified when subscribing.
- Returns
- subscribed id.
◆ setRawDataResolution()
◆ subscribe()
Subscribe to the video or share's raw data.
- Parameters
-
subscribeId | If 'type' is RAW_DATA_TYPE_VIDEO, 'subscribeId' refers to the user ID, otherwise it refers to the shared source ID of user. |
type | Specify the raw data type. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ unSubscribe()
virtual SDKError IZoomSDKRenderer::unSubscribe |
( |
| ) |
|
|
pure virtual |