Annotation helper interface for Zoom Video SDK.
More...
#include <ZMVideoSDKAnnotationHelper.h>
Inherits NSObject.
Annotation helper interface for Zoom Video SDK.
Definition at line 15 of file ZMVideoSDKAnnotationHelper.h.
◆ canDoAnnotation
Whether the current user can do annotation on the share.
- Returns
- YES means the user can do annotation, otherwise NO.
◆ clear:
Clears the annotation content.
- Parameters
-
type | The specified clear type. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getToolColor:
Gets the annotation tool color.
- Parameters
-
toolColor | The current tool color. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getToolType:
Gets the annotation tool type.
- Parameters
-
toolType | The current tool type. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ getToolWidth:
Gets the annotation tool width.
- Parameters
-
width | The line width of annotations. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ isSenderDisableAnnotation
- (BOOL) isSenderDisableAnnotation |
|
|
|
◆ redo
Redoes one annotation content step.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ setToolColor:
Set the annotation tool color.
- Parameters
-
toolColor | The specified color |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ setToolType:
Sets the annotation tool type.
- Parameters
-
toolType | The specified annotation tool type. |
- Returns
- If the function succeeds, it will return
ZMVideoSDKErrors_Success
.
- Warning
- The tool type ZMVideoSDKAnnotationToolType_Picker and ZMVideoSDKAnnotationToolType_SpotLight are not support for viewer.
◆ setToolWidth:
Sets the annotation tool width.
- Parameters
-
width | The specify annotation tool width. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ startAnnotation
Starts annotation.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ stopAnnotation
Stops annotation.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ undo
Undoes one annotation content step.
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.