Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_annotation_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_ANNOTATION_HELPER_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_ANNOTATION_HELPER_INTERFACE_H_
9
11
39
50
56{
57public:
59
64 virtual bool canDoAnnotation() = 0;
65
71 virtual bool isSenderDisableAnnotation() = 0;
72
78
84
92
98
104 virtual ZoomVideoSDKErrors setToolColor(unsigned long color) = 0;
105
110 virtual ZoomVideoSDKErrors getToolColor(unsigned long& color) = 0;
111
117 virtual ZoomVideoSDKErrors setToolWidth(long lineWidth) = 0;
118
123 virtual ZoomVideoSDKErrors getToolWidth(long& lineWidth) = 0;
124
131
137
143
144
145};
147#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.
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.