Video/share raw data pipe interface.
More...
#include <zoom_video_sdk_user_helper_interface.h>
Video/share raw data pipe interface.
Definition at line 157 of file zoom_video_sdk_user_helper_interface.h.
◆ getRawdataType()
◆ getShareStatus()
Get share status.
- Returns
- Share status of the user object.
◆ getShareType()
Get share type.
- Returns
- Share type of the user object.
◆ getVideoDeviceName()
virtual const zchar_t * IZoomVideoSDKRawDataPipe::getVideoDeviceName |
( |
| ) |
|
|
pure virtual |
Get video device name.
- Returns
- Video device name if the function succeeds, otherwise returns nullptr.
◆ getVideoStatisticInfo()
◆ getVideoStatus()
Get video status.
- Returns
- Video status of the user object.
◆ subscribe()
Subscribe video/share.
- Parameters
-
resolution | Subscribe size. |
listener | Callback sink object. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ unSubscribe()
Unsubscribe video/share.
- Parameters
-
listener | The callback sink object. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.