Windows SDK API Reference
|
Annotation of Meeting Service Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
class | IMeetingAnnotationSupportEvent |
Callback interface that viewer's annotation status changes. More... | |
class | IAnnotationController |
Meeting annotation tool interface. More... | |
Enumerations | |
enum | AnnotationToolType { ANNOTOOL_NONE_DRAWING , ANNOTOOL_PEN , ANNOTOOL_HIGHLIGHTER , ANNOTOOL_AUTO_LINE , ANNOTOOL_AUTO_RECTANGLE , ANNOTOOL_AUTO_ELLIPSE , ANNOTOOL_AUTO_ARROW , ANNOTOOL_AUTO_RECTANGLE_FILL , ANNOTOOL_AUTO_ELLIPSE_FILL , ANNOTOOL_SPOTLIGHT , ANNOTOOL_ARROW , ANNOTOOL_ERASER , ANNOTOOL_TEXTBOX , ANNOTOOL_PICKER , ANNOTOOL_AUTO_RECTANGLE_SEMI_FILL , ANNOTOOL_AUTO_ELLIPSE_SEMI_FILL , ANNOTOOL_AUTO_DOUBLE_ARROW , ANNOTOOL_AUTO_DIAMOND , ANNOTOOL_AUTO_STAMP_ARROW , ANNOTOOL_AUTO_STAMP_CHECK , ANNOTOOL_AUTO_STAMP_X , ANNOTOOL_AUTO_STAMP_STAR , ANNOTOOL_AUTO_STAMP_HEART , ANNOTOOL_AUTO_STAMP_QM } |
Types of annotation tool. Here are more detailed structural descriptions. More... | |
enum | AnnotationClearType { ANNOCLEAR_ALL , ANNOCLEAR_SELF , ANNOCLEAR_OTHER } |
Clear types of annotation tools. Here are more detailed structural descriptions. More... | |
Annotation of Meeting Service Interface.
Definition in file meeting_annotation_interface.h.
enum AnnotationClearType |
Clear types of annotation tools. Here are more detailed structural descriptions.
Enumerator | |
---|---|
ANNOCLEAR_ALL | Clear all annotations. |
ANNOCLEAR_SELF | Clear only your own annotations. |
ANNOCLEAR_OTHER | Clear only the others' annotations. |
Definition at line 50 of file meeting_annotation_interface.h.
enum AnnotationToolType |
Types of annotation tool. Here are more detailed structural descriptions.
Definition at line 16 of file meeting_annotation_interface.h.