文档首页/ IdeaHub/ IdeaShare/ Windows SDK/ Windows接口参考(C++)/ 通知参考/ 接口调用结果通知/ OnSetRemoteSpeakerMuteResult
更新时间:2022-03-21 GMT+08:00
OnSetRemoteSpeakerMuteResult
回调方法描述
设置扬声器打开关闭结果事件。
回调方法定义
/* 设置扬声器打开关闭结果事件通知 */
void OnSetRemoteSpeakerMuteResult(int result) {} 参数描述
| 参数 | 是否必须 | 类型 | 描述 |
|---|---|---|---|
| result | 是 | int | 1 成功 非1 失败 |
示例代码
void ShareEventHandler::OnSetRemoteSpeakerMuteResult(int result)
{
// 事件处理
} 父主题: 接口调用结果通知