cn.tee3.avd_SDK-C++
2.1.0
|
Public 成员函数 | |
virtual Result | shareWhiteboard (Whiteboard &wb)=0 |
virtual Result | closeWhiteboard (DeviceId id)=0 |
virtual IMAnnotation * | getAnnotation (DeviceId id)=0 |
virtual Result | setBackground (DeviceId id, String filePath)=0 |
virtual Result | setBackground (DeviceId id, uint8 r, uint8 g, uint8 b, uint8 a)=0 |
virtual Result | setWidth (DeviceId id, uint32 w)=0 |
virtual Result | setHeight (DeviceId id, uint32 h)=0 |
virtual Result | getSharedWhiteboards (WhiteboardsType &wbs)=0 |
![]() | |
virtual IRoom * | getRoom ()=0 |
获取房间接口指针 更多... | |
virtual IMUserManager * | getUserManager ()=0 |
获取房间用户管理模块指针 更多... | |
virtual bool | isSelfUser (const UserId &userId) const =0 |
判断是否是自己的用户Id 更多... | |
virtual bool | isSelfDevice (const DeviceId &deviceId) const =0 |
判断设备Id是否是属于自己的 更多... | |
virtual const UserId | getOwnerId (const DeviceId &deviceId) const =0 |
获取设备Id的关联用户Id 更多... | |
virtual const String & | getOwnerName (const DeviceId &deviceId) const =0 |
获取设备Id的关联用户名称 更多... | |
静态 Public 成员函数 | |
static IMWhiteboard * | getWhiteboard (IRoom *room) |
获取白板模块接口 更多... | |
Protected 成员函数 | |
virtual | ~IMWhiteboard () |
![]() | |
virtual | ~IModule () |
|
protectedvirtual |
|
pure virtual |
|
pure virtual |
|
static |
获取白板模块接口
[in] | room | 房间对象指针。 |
|
pure virtual |
|
pure virtual |