onLiveMixVideoResolutionSet property
dynamic Function(bool tiny, int code, String? errMsg)?
onLiveMixVideoResolutionSet
getter/setter pair
ZH
设置合流视频分辨率操作回调 @param tiny 是否小流 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因
EN
Callback for setting combined video resolution @param tiny Whether it's a substream @param code 0: success, non-zero: failure @param errMsg Error details
Implementation
Function(bool tiny, int code, String? errMsg)? onLiveMixVideoResolutionSet;