Add Audio Buffer Size Setting

This commit is contained in:
Florian Märkl 2019-10-01 10:53:40 +02:00
commit 69f7c385c7
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 54 additions and 1 deletions

View file

@ -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;