Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_annotation_helper_interface.h File Reference

annotation helper More...

Go to the source code of this file.

Data Structures

class  IZoomVideoSDKAnnotationHelper
 Annotation helper interface. More...
 

Enumerations

enum  ZoomVideoSDKAnnotationToolType {
  ZoomVideoSDKAnnotationToolType_None , ZoomVideoSDKAnnotationToolType_Pen , ZoomVideoSDKAnnotationToolType_HighLighter , ZoomVideoSDKAnnotationToolType_AutoLine ,
  ZoomVideoSDKAnnotationToolType_AutoRectangle , ZoomVideoSDKAnnotationToolType_AutoEllipse , ZoomVideoSDKAnnotationToolType_AutoArrow , ZoomVideoSDKAnnotationToolType_AutoRectangleFill ,
  ZoomVideoSDKAnnotationToolType_AutoEllipseFill , ZoomVideoSDKAnnotationToolType_SpotLight , ZoomVideoSDKAnnotationToolType_Arrow , ZoomVideoSDKAnnotationToolType_ERASER ,
  ZoomVideoSDKAnnotationToolType_Textbox , ZoomVideoSDKAnnotationToolType_Picker , ZoomVideoSDKAnnotationToolType_AutoRectangleSemiFill , ZoomVideoSDKAnnotationToolType_AutoEllipseSemiFill ,
  ZoomVideoSDKAnnotationToolType_AutoDoubleArrow , ZoomVideoSDKAnnotationToolType_AutoDiamond , ZoomVideoSDKAnnotationToolType_AutoStampArrow , ZoomVideoSDKAnnotationToolType_AutoStampCheck ,
  ZoomVideoSDKAnnotationToolType_AutoStampX , ZoomVideoSDKAnnotationToolType_AutoStampStar , ZoomVideoSDKAnnotationToolType_AutoStampHeart , ZoomVideoSDKAnnotationToolType_AutoStampQm
}
 
enum  ZoomVideoSDKAnnotationClearType { ZoomVideoSDKAnnotationClearType_All , ZoomVideoSDKAnnotationClearType_Others , ZoomVideoSDKAnnotationClearType_My }
 

Detailed Description

annotation helper

Definition in file zoom_video_sdk_annotation_helper_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKAnnotationClearType

Enumerator
ZoomVideoSDKAnnotationClearType_All 

Clear all annotations.

ZoomVideoSDKAnnotationClearType_Others 

Clear only the others' annotations.

ZoomVideoSDKAnnotationClearType_My 

Clear only your own annotations.

Definition at line 41 of file zoom_video_sdk_annotation_helper_interface.h.

42{
46};
@ ZoomVideoSDKAnnotationClearType_All
Clear all annotations.
@ ZoomVideoSDKAnnotationClearType_Others
Clear only the others' annotations.
@ ZoomVideoSDKAnnotationClearType_My
Clear only your own annotations.

◆ ZoomVideoSDKAnnotationToolType

Enumerator
ZoomVideoSDKAnnotationToolType_None 
ZoomVideoSDKAnnotationToolType_Pen 
ZoomVideoSDKAnnotationToolType_HighLighter 
ZoomVideoSDKAnnotationToolType_AutoLine 
ZoomVideoSDKAnnotationToolType_AutoRectangle 
ZoomVideoSDKAnnotationToolType_AutoEllipse 
ZoomVideoSDKAnnotationToolType_AutoArrow 
ZoomVideoSDKAnnotationToolType_AutoRectangleFill 
ZoomVideoSDKAnnotationToolType_AutoEllipseFill 
ZoomVideoSDKAnnotationToolType_SpotLight 
ZoomVideoSDKAnnotationToolType_Arrow 
ZoomVideoSDKAnnotationToolType_ERASER 
ZoomVideoSDKAnnotationToolType_Textbox 
ZoomVideoSDKAnnotationToolType_Picker 
ZoomVideoSDKAnnotationToolType_AutoRectangleSemiFill 
ZoomVideoSDKAnnotationToolType_AutoEllipseSemiFill 
ZoomVideoSDKAnnotationToolType_AutoDoubleArrow 
ZoomVideoSDKAnnotationToolType_AutoDiamond 
ZoomVideoSDKAnnotationToolType_AutoStampArrow 
ZoomVideoSDKAnnotationToolType_AutoStampCheck 
ZoomVideoSDKAnnotationToolType_AutoStampX 
ZoomVideoSDKAnnotationToolType_AutoStampStar 
ZoomVideoSDKAnnotationToolType_AutoStampHeart 
ZoomVideoSDKAnnotationToolType_AutoStampQm 

Definition at line 13 of file zoom_video_sdk_annotation_helper_interface.h.

14{
39};