ZOOM Windows SDK
5.2.42037.1112
|
Annotation controller callback event. More...
#include <customized_annotation.h>
Public Member Functions | |
virtual void | onCustomizedAnnotationObjDestroyed (ICustomizedAnnotationObj *obj_)=0 |
Callback of destroying the specified annotation object. More... | |
virtual void | onSharingShareAnnotationStatusChanged (ICustomizedShareRender *share_render_, CustomizedShareAnnotationStatus status_)=0 |
Callback event when the annotation status changes. More... | |
Annotation controller callback event.
|
pure virtual |
Callback of destroying the specified annotation object.
obj_ | Specify the annotation object to be destroyed. Once destroyed, it can no longer be used. |
|
pure virtual |
Callback event when the annotation status changes.
share_render_ | The annotate status of share_render changes. For more details, see ICustomizedShareRender. |
status_ | The changed status. For more details, see CustomizedShareAnnotationStatus. |