Specify Video Profile

This commit is contained in:
Florian Märkl 2019-08-03 19:29:51 +02:00
commit 389676899c
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
9 changed files with 98 additions and 5 deletions

View file

@ -51,6 +51,7 @@ struct StreamSessionConnectInfo
QString auth;
QString morning;
QString did;
ChiakiConnectVideoProfile video_profile;
};
class StreamSession : public QObject