enableVolumeIndication property

bool enableVolumeIndication
final

是否开启单独发送声音提示 SEI 的功能:

  • true:开启;
  • false:关闭。(默认值)

v3.57 新增。

开启后,你可以通过 MixedStreamServerControlConfig.seiContentMode 控制 SEI 的内容是否只携带声音信息。

Implementation

final bool enableVolumeIndication;