Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSharePreprocessParam Class Reference

Start pre-process share's parameter. More...

#include <ZoomVideoSDKShareHelper.h>

Inherits NSObject.

Properties

ZoomVideoSDKSharePreprocessType type
 Gets the preprocess type.
 
UIView * view
 Gets the view to share and pre-process. No need to pass when type is none.
 

Detailed Description

Start pre-process share's parameter.

Definition at line 79 of file ZoomVideoSDKShareHelper.h.

Property Documentation

◆ type

- (ZoomVideoSDKSharePreprocessType) type
readwritenonatomicassign

Gets the preprocess type.

Definition at line 83 of file ZoomVideoSDKShareHelper.h.

◆ view

- (UIView*) view
readwritenonatomicweak

Gets the view to share and pre-process. No need to pass when type is none.

Definition at line 87 of file ZoomVideoSDKShareHelper.h.