onLiveMixVideoFpsSet property
ZH
设置直播合流视频帧率操作回调 @param tiny 是否小流 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因
EN
Set live stream mixing frame rate callback @param tiny Whether it's a minor stream @param code 0: success, non-zero: failure @param errMsg Failure reason
Implementation
Function(bool tiny, int code, String? errMsg)? onLiveMixVideoFpsSet;