|
Video SDK for MacOS API Reference
|
Annotation helper interface for Zoom Video SDK. More...
#include <ZMVideoSDKAnnotationHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canDoAnnotation |
| Whether the current user can do annotation on the share. | |
| (BOOL) | - isSenderDisableAnnotation |
| Whether annotation was disabled or not by the share owner. | |
| (ZMVideoSDKErrors) | - startAnnotation |
| Starts annotation. | |
| (ZMVideoSDKErrors) | - stopAnnotation |
| Stops annotation. | |
| (ZMVideoSDKErrors) | - setToolColor: |
| Sets the annotation tool color. | |
| (ZMVideoSDKErrors) | - getToolColor: |
| Gets the annotation tool color. | |
| (ZMVideoSDKErrors) | - setToolType: |
| Sets the annotation tool type. | |
| (ZMVideoSDKErrors) | - getToolType: |
| Gets the annotation tool type. | |
| (ZMVideoSDKErrors) | - setToolWidth: |
| Sets the annotation tool width. | |
| (ZMVideoSDKErrors) | - getToolWidth: |
| Gets the annotation tool width. | |
| (ZMVideoSDKErrors) | - undo |
| Undoes one annotation content step. | |
| (ZMVideoSDKErrors) | - redo |
| Redoes one annotation content step. | |
| (ZMVideoSDKErrors) | - clear: |
| Clears the annotation content. | |
Annotation helper interface for Zoom Video SDK.
Definition at line 15 of file ZMVideoSDKAnnotationHelper.h.
| - (BOOL) canDoAnnotation |
Whether the current user can do annotation on the share.
References canDoAnnotation.
Referenced by canDoAnnotation, and isSenderDisableAnnotation.
| - (ZMVideoSDKErrors) clear: | (ZMVideoSDKAnnotationClearType) | type |
Clears the annotation content.
| type | The specified clear type. |
| - (ZMVideoSDKErrors) getToolColor: | (NSColor *_Nullable *_Nonnull) | toolColor |
Gets the annotation tool color.
| toolColor | The current tool color. |
| - (ZMVideoSDKErrors) getToolType: | (ZMVideoSDKAnnotationToolType *) | toolType |
Gets the annotation tool type.
| toolType | The current tool type. |
| - (ZMVideoSDKErrors) getToolWidth: | (long *) | width |
Gets the annotation tool width.
| width | The line width of annotations. |
| - (BOOL) isSenderDisableAnnotation |
Whether annotation was disabled or not by the share owner.
References canDoAnnotation, and isSenderDisableAnnotation.
Referenced by isSenderDisableAnnotation.
| - (ZMVideoSDKErrors) redo |
| - (ZMVideoSDKErrors) setToolColor: | (NSColor *_Nonnull) | toolColor |
Sets the annotation tool color.
| toolColor | The specified color |
| - (ZMVideoSDKErrors) setToolType: | (ZMVideoSDKAnnotationToolType) | toolType |
Sets the annotation tool type.
| toolType | The specified annotation tool type. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) setToolWidth: | (long) | width |
Sets the annotation tool width.
| width | The specify annotation tool width. |
| - (ZMVideoSDKErrors) startAnnotation |
Starts annotation.
References startAnnotation.
Referenced by startAnnotation.
| - (ZMVideoSDKErrors) stopAnnotation |
Stops annotation.
References stopAnnotation.
Referenced by stopAnnotation.
| - (ZMVideoSDKErrors) undo |