Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_annotation_helper_interface.h
Go to the documentation of this file.
1
7#ifndef _ZOOM_VIDEO_SDK_ANNOTATION_HELPER_INTERFACE_H_
8#define _ZOOM_VIDEO_SDK_ANNOTATION_HELPER_INTERFACE_H_
10
12
40
47
51{
52public:
54
57 virtual bool canDoAnnotation() = 0;
58
62 virtual bool isSenderDisableAnnotation() = 0;
63
68
73
81
86
91 virtual ZoomVideoSDKErrors setToolColor(unsigned long color) = 0;
92
96 virtual ZoomVideoSDKErrors getToolColor(unsigned long& color) = 0;
97
102 virtual ZoomVideoSDKErrors setToolWidth(long lineWidth) = 0;
103
107 virtual ZoomVideoSDKErrors getToolWidth(long& lineWidth) = 0;
108
113
118
123
124
125};
127#endif
virtual ZoomVideoSDKErrors getToolWidth(long &lineWidth)=0
Gets the annotation tool width.
virtual ZoomVideoSDKErrors setToolType(ZoomVideoSDKAnnotationToolType toolType)=0
Sets the annotation tool type.
virtual bool isSenderDisableAnnotation()=0
Determine whether annotation was disabled or not by the share owner.
virtual ZoomVideoSDKErrors startAnnotation()=0
Starts annotation.
virtual ZoomVideoSDKErrors setToolWidth(long lineWidth)=0
Sets the annotation tool width.
virtual ZoomVideoSDKErrors getToolColor(unsigned long &color)=0
Gets the annotation tool color.
virtual ZoomVideoSDKErrors stopAnnotation()=0
Stops annotation.
virtual ZoomVideoSDKErrors getToolType(ZoomVideoSDKAnnotationToolType &toolType)=0
Gets the annotation tool type.
virtual ZoomVideoSDKErrors setToolColor(unsigned long color)=0
Sets the annotation tool color.
virtual ZoomVideoSDKErrors undo()=0
Undo one annotation content step.
virtual bool canDoAnnotation()=0
Determine Whether the current user can do annotation on the share.
virtual ZoomVideoSDKErrors clear(ZoomVideoSDKAnnotationClearType clearType)=0
ClearS the annotation content.
virtual ZoomVideoSDKErrors redo()=0
Redo one annotation content step.
@ ZoomVideoSDKAnnotationClearType_All
Clear all annotations.
@ ZoomVideoSDKAnnotationClearType_Others
Clear only the others' annotations.
@ ZoomVideoSDKAnnotationClearType_My
Clear only your own annotations.
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.