Annotation controller interface.
More...
#include <customized_annotation.h>
Annotation controller interface.
Definition at line 171 of file customized_annotation.h.
◆ ~ICustomizedAnnotationController()
virtual ICustomizedAnnotationController::~ICustomizedAnnotationController |
( |
| ) |
|
|
inlinevirtual |
◆ CreateAnnoObj()
An instance created on the specified render which is an object of ICustomizedShareRender created on the sharing window.
- Parameters
-
view_share_render | Specify the render to receive the shared content. The sharer should set the value to NULL. |
pp_obj | A pointer to the ICustomizedAnnotationObj*. |
- Returns
- If the function succeeds, the return value is SDKErr_Success, and ppMeetingService is not NULL Otherwise failed. To get extended error information, see SDKError enum.
◆ DestroyAnnoObj()
Destroy the specified annotation object.
- Parameters
-
anno_obj | Specify the annotation tool to be destroyed. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Set annotation controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.