Provide ability to force a capture method via configuration. (#1063)

Co-authored-by: KuleRucket <luke.d.tucker@gmail.com>
This commit is contained in:
KuleRucket
2023-03-26 03:26:28 +02:00
committed by GitHub
parent 455155a1c9
commit c6548f4271
5 changed files with 89 additions and 21 deletions

View File

@@ -52,6 +52,7 @@ struct video_t {
int vt_coder;
} vt;
std::string capture;
std::string encoder;
std::string adapter_name;
std::string output_name;