实时音视频 SPARKRTC-事件回调(IHRTCEngine):onShareWindowLocationChangedNotify

时间:2024-10-24 09:45:22

onShareWindowLocationChangedNotify

void onShareWindowLocationChangedNotify(const char* info);

功能说明

共享源目标坐标或者DPI发生变化通知。

回调参数

info:json类型,如{dpi:100, x:0, y:0, width:1920, height:1080}

  • dpi:当前窗口的缩放
  • x:左上角x轴坐标
  • y:左上角y轴坐标
  • width:宽
  • height:高
support.huaweicloud.com/csdk-rtc/rtc_05_0107.html