onPublisherLowFpsWarning property

(void Function(ZegoVideoCodecID codecID, ZegoPublishChannel channel)?) onPublisherLowFpsWarning
getter/setter pair

视频编码低帧率警告。

支持版本:3.8.0 及以上。 详情描述:推流视频编码低帧率警告。 通知时机:推流视频编码出现低帧率会触发本回调。 注意事项:该回调默认关闭,若有需要,请联系 ZEGO 技术支持。

  • codecID 视频编码器 ID。
  • channel 推流通道,如果只推一路音视频流,可以不关注该参数。

Implementation

static void Function(ZegoVideoCodecID codecID, ZegoPublishChannel channel)?
    onPublisherLowFpsWarning;