Improve GUI CLI for streaming (#346)

This commit is contained in:
tuximail 2020-10-24 15:46:50 +02:00 committed by GitHub
commit e83cb04049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 25 deletions

View file

@ -58,8 +58,9 @@ struct StreamSessionConnectInfo
QByteArray morning;
ChiakiConnectVideoProfile video_profile;
unsigned int audio_buffer_size;
bool fullscreen;
StreamSessionConnectInfo(Settings *settings, QString host, QByteArray regist_key, QByteArray morning);
StreamSessionConnectInfo(Settings *settings, QString host, QByteArray regist_key, QByteArray morning, bool fullscreen);
};
class StreamSession : public QObject