onLiveMixVideoBitrateSet property
ZH
设置默认视频合流码率操作回调 @param tiny 是否小流 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因
EN
Set default video merge bitrate callback @param tiny Small stream flag @param code 0: success, non-zero: failure @param errMsg Failure reason
Implementation
Function(bool tiny, int code, String? errMsg)? onLiveMixVideoBitrateSet;