feat: add audio mode in sciter

This commit is contained in:
Kingtous
2023-01-30 23:42:38 +08:00
parent 05822991bf
commit cab1fc719a
2 changed files with 11 additions and 1 deletions

View File

@@ -420,6 +420,8 @@ impl sciter::EventHandler for SciterSession {
fn supported_hwcodec();
fn change_prefer_codec();
fn restart_remote_device();
fn save_audio_mode(String);
fn get_audio_mode();
}
}