Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKAnnotationHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7#import <ZMVideoSDK/ZMVideoSDKUserHelper.h>
8
9NS_ASSUME_NONNULL_BEGIN
10
15@interface ZMVideoSDKAnnotationHelper : NSObject
16
21- (BOOL)canDoAnnotation;
22
28- (BOOL)isSenderDisableAnnotation DEPRECATED_MSG_ATTRIBUTE("Use -canDoAnnotation instead");
29
35
41
47- (ZMVideoSDKErrors)setToolColor:(NSColor* _Nonnull)toolColor;
48
54- (ZMVideoSDKErrors)getToolColor:(NSColor* _Nullable * _Nonnull)toolColor;
55
62- (ZMVideoSDKErrors)setToolType:(ZMVideoSDKAnnotationToolType)toolType;
63
69- (ZMVideoSDKErrors)getToolType:(ZMVideoSDKAnnotationToolType*)toolType;
70
76- (ZMVideoSDKErrors)setToolWidth:(long)width;
77
83- (ZMVideoSDKErrors)getToolWidth:(long*)width;
84
90
96
103@end
104
105NS_ASSUME_NONNULL_END
ZMVideoSDKAnnotationClearType
Enumeration of the type for clear annotation.
ZMVideoSDKErrors
Enumerates all errors in the VideoSDK.
ZMVideoSDKAnnotationToolType
Enumeration of the type for annotation tool. For more information, please visit https://support....
Annotation helper interface for Zoom Video SDK.
ZMVideoSDKErrors stopAnnotation()
Stops annotation.
BOOL isSenderDisableAnnotation()
Whether annotation was disabled or not by the share owner.
ZMVideoSDKErrors startAnnotation()
Starts annotation.
BOOL canDoAnnotation()
Whether the current user can do annotation on the share.
ZMVideoSDKErrors redo()
Redoes one annotation content step.
ZMVideoSDKErrors undo()
Undoes one annotation content step.