|
Video SDK for iOS API Reference
|
Share raw data pipe interface. More...
#include <ZoomVideoSDKShareHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSInteger) | - getShareSourceId |
| Get share source ID. | |
| (ZoomVideoSDKVideoCanvas *_Nullable) | - getShareCanvas |
| Get the render canvas object. | |
| (ZoomVideoSDKReceiveSharingStatus) | - getShareStatus |
| Get the share status. | |
| (ZoomVideoSDKRawDataPipe *_Nullable) | - getSharePipe |
| Get the share raw data pipe. | |
| (ZoomVideoSDKSubscribeFailReason) | - getSubscribeFailReason |
| Get the subscribe fail reason. | |
| (BOOL) | - isAnnotationPrivilegeEnabled |
| Determine whether annotation privilege is enabled. | |
| (ZoomVideoSDKShareType) | - getShareType |
| Get the share type. | |
| (CGSize) | - getShareSourceContentSize |
| Get the size of the share content. | |
Share raw data pipe interface.
Definition at line 31 of file ZoomVideoSDKShareHelper.h.
| - (ZoomVideoSDKVideoCanvas *_Nullable) getShareCanvas |
Get the render canvas object.
References ZoomVideoSDKShareStatus::sharingStatus.
| - (ZoomVideoSDKRawDataPipe *_Nullable) getSharePipe |
Get the share raw data pipe.
| - (CGSize) getShareSourceContentSize |
Get the size of the share content.
| - (NSInteger) getShareSourceId |
Get share source ID.
| - (ZoomVideoSDKReceiveSharingStatus) getShareStatus |
Get the share status.
| - (ZoomVideoSDKShareType) getShareType |
Get the share type.
| - (ZoomVideoSDKSubscribeFailReason) getSubscribeFailReason |
Get the subscribe fail reason.
| - (BOOL) isAnnotationPrivilegeEnabled |
Determine whether annotation privilege is enabled.