收藏
回答

xr-frame, 分享系统能实现录屏的时候录制北京音乐或者话筒的声音吗?

const options: XrFrame.IShareRecordOptions = {
  fps: 30,
  width: scene.width,
  height: scene.height,
  videoBitsPerSecond: 1000
};

// 启动录制
await scene.share.recordStart(options);

await scene.share.recordFinishToAlbum(options);

 录制画布没有声音,真的是难受,还要后期处理下。
回答关注问题邀请回答
收藏
登录 后发表内容