Video/share raw data pipe interface.
More...
#include <zoom_video_sdk_user_helper_interface.h>
Video/share raw data pipe interface.
Definition at line 171 of file zoom_video_sdk_user_helper_interface.h.
◆ getRawdataType()
Get the raw data data type.
- Returns
- Share or Video data type.
◆ getShareCapturePauseReason()
Gets the reason why the share capture is paused.
- Returns
- The current pause reason of the ongoing share.
- Note
- If sharing is not paused, the return value is
ZoomVideoSDKShare_Capture_Pause_None
.
◆ 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()
Get video statistic information.
- Returns
- video statistic information.
◆ 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.
◆ unSubscribe()
Unsubscribe video/share.
- Parameters
-
listener | The callback sink object. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed.