NEMeeting SDK
Public 成员函数 | 所有成员列表
nem_sdk_interface::NEBeautyFaceController类 参考abstract

美颜控制器 更多...

#include <setting_service.h>

类 nem_sdk_interface::NEBeautyFaceController 继承关系图:
Inheritance graph
[图例]
nem_sdk_interface::NEBeautyFaceController 的协作图:
Collaboration graph
[图例]

Public 成员函数

virtual bool isBeautyFaceEnabled (const NESettingsService::NEBoolCallback &cb)=0
 ‍** 更多...
 
virtual bool getBeautyFaceValue (const NESettingsService::NEIntCallback &cb)=0
 获取当前美颜参数 更多...
 
virtual bool setBeautyFaceValue (int value, const NESettingsService::NEBoolCallback &cb)=0
 设置美颜参数 更多...
 
- Public 成员函数 继承自 nem_sdk_interface::NEController
 NEController ()
 构造函数 更多...
 
virtual ~NEController ()
 析构函数 更多...
 
- Public 成员函数 继承自 nem_sdk_interface::NEObject
 NEObject ()
 构造函数 更多...
 
virtual ~NEObject ()
 析构函数 更多...
 

详细描述

美颜控制器

在文件 setting_service.h379 行定义.

成员函数说明

◆ getBeautyFaceValue()

virtual bool nem_sdk_interface::NEBeautyFaceController::getBeautyFaceValue ( const NESettingsService::NEIntCallback cb)
pure virtual

获取当前美颜参数

参数
cb回调,关闭返回0
返回
  • true: 成功
  • false:失败

◆ isBeautyFaceEnabled()

virtual bool nem_sdk_interface::NEBeautyFaceController::isBeautyFaceEnabled ( const NESettingsService::NEBoolCallback cb)
pure virtual

‍**

查询美颜开关状态,关闭在隐藏会中美颜按钮

参数
cb回调
返回
bool
  • true: 成功
  • false:失败

◆ setBeautyFaceValue()

virtual bool nem_sdk_interface::NEBeautyFaceController::setBeautyFaceValue ( int  value,
const NESettingsService::NEBoolCallback cb 
)
pure virtual

设置美颜参数

参数
value传入美颜等级,参数规则为[0,10]整数
cb回调
返回
bool
  • true: 成功
  • false:失败

该类的文档由以下文件生成: