mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Improve GUI CLI for streaming (#346)
This commit is contained in:
parent
03c82ea515
commit
e83cb04049
5 changed files with 57 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue