onLiveMixCustomAudiosSet property

dynamic Function(int code, String? errMsg)? onLiveMixCustomAudiosSet
getter/setter pair

ZH

设置需要合流音频操作回调 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因

EN

Set audio mixing callback @param code 0: Success, non-zero: Failure @param errMsg Error details

Implementation

Function(int code, String? errMsg)? onLiveMixCustomAudiosSet;