Configure source for frame capturing on Windows

This commit is contained in:
loki
2020-01-24 01:05:43 +01:00
parent 95f90501e4
commit c3af78caaa
4 changed files with 38 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ struct video_t {
int hevc_mode;
std::string preset;
std::string tune;
std::string adapter_name;
std::string output_name;
};
struct audio_t {