设置静音状态
Future<void> setMute({required bool mute}) => RustLib.instance.api .crateApiCastProjectorInfoSetMute(that: this, mute: mute);