Add config option for virtual_sink on windows

This commit is contained in:
loki
2021-05-21 14:28:24 +02:00
parent b119121e10
commit 2fb5f8a7d0
4 changed files with 10 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ struct video_t {
struct audio_t {
std::string sink;
std::string virtual_sink;
};
struct stream_t {