mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Add Audio Buffer Size Setting
This commit is contained in:
parent
88db8c8840
commit
69f7c385c7
6 changed files with 54 additions and 1 deletions
|
@ -52,6 +52,7 @@ struct StreamSessionConnectInfo
|
|||
QByteArray regist_key;
|
||||
QByteArray morning;
|
||||
ChiakiConnectVideoProfile video_profile;
|
||||
unsigned int audio_buffer_size;
|
||||
|
||||
StreamSessionConnectInfo();
|
||||
StreamSessionConnectInfo(Settings *settings, QString host, QByteArray regist_key, QByteArray morning);
|
||||
|
@ -77,6 +78,7 @@ class StreamSession : public QObject
|
|||
|
||||
VideoDecoder video_decoder;
|
||||
|
||||
unsigned int audio_buffer_size;
|
||||
QAudioOutput *audio_output;
|
||||
QIODevice *audio_io;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue