Implement input only mode w/ double framerate for virtual display

This commit is contained in:
Yukino Song
2025-02-05 06:54:30 +08:00
parent e0d81d3c5f
commit 23dd06b344
13 changed files with 184 additions and 55 deletions

View File

@@ -52,6 +52,8 @@ namespace audio {
int channels;
int mask;
bool input_only;
stream_params_t customStreamParams;
std::bitset<MAX_FLAGS> flags;