Video SDK for iOS API Reference
|
#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. | |
Definition at line 30 of file ZoomVideoSDKShareHelper.h.
- (ZoomVideoSDKVideoCanvas *_Nullable) getShareCanvas |
Get the render canvas object.
- (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.