Add fallback mode config

This commit is contained in:
Yukino Song
2024-09-19 08:51:01 +08:00
parent f8c57be702
commit 2c3a08574b
8 changed files with 56 additions and 16 deletions

View File

@@ -77,6 +77,8 @@ namespace config {
std::string encoder;
std::string adapter_name;
std::string output_name;
std::string fallback_mode;
};
struct audio_t {