首页 > 其他分享 >LivePusherContext.onCustomRendererEvent

LivePusherContext.onCustomRendererEvent

时间:2025-01-07 09:44:27浏览次数:1  
标签:function onCustomRendererEvent LivePusherContext 监听器 推流 event

LivePusherContext.onCustomRendererEvent(string event, function|function callback)

基础库 2.29.0 开始支持,低版本需做兼容处理

小程序插件:支持

相关文档: live-pusher 组件

功能描述

开启自定义渲染时,开发者通过此方法订阅相关事件,客户端 8.0.31 版本开始支持。

参数

string event

事件类型,后订阅的监听器会取消之前的监听器

event 的合法值

说明 最低版本
frame 采集到视频帧后触发
update 推流尺寸变更时触发

function|function callback

自定义渲染事件处理回调函数

参数

Object res
属性 类型 说明
width number 推流宽度
height number 推流高度

标签:function,onCustomRendererEvent,LivePusherContext,监听器,推流,event
From: https://www.cnblogs.com/AtlasLapetos/p/18633532

相关文章

  • LivePusherContext.pause
    LivePusherContext.pause(Objectobject)以Promise风格调用:不支持小程序插件:支持相关文档:live-pusher组件功能描述暂停推流参数Objectobject属性类型默认值必填说明successfunction否接口调用成功的回调函数failfunction否接口调用失败......
  • LivePusherContext.applyEyeShadowMakeup
    LivePusherContext.applyEyeShadowMakeup(Objectobject)基础库2.14.0开始支持,低版本需做兼容处理。以Promise风格调用:不支持小程序插件:不支持功能描述添加眼影美妆特效参数Objectobject属性类型默认值必填说明alphanumber是上色程度0-1pat......
  • LivePusherContext.applyFaceContourMakeup
    LivePusherContext.applyFaceContourMakeup(Objectobject)基础库2.14.0开始支持,低版本需做兼容处理。以Promise风格调用:不支持小程序插件:不支持功能描述添加修容美妆特效参数Objectobject属性类型默认值必填说明alphanumber是pathstring......