onSeiEnabled property

dynamic Function(bool enable, int code, String? errMsg)? onSeiEnabled
getter/setter pair

ZH

开启 SEI 功能结果回调 @param enable 是否开启 @param code 错误码 @param errMsg 错误消息

EN

Callback for SEI feature toggle result @param enable Whether to enable @param code Error code @param errMsg Error message

Implementation

Function(bool enable, int code, String? errMsg)? onSeiEnabled;