mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -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
|
@ -38,6 +38,7 @@ class SettingsDialog : public QDialog
|
|||
QComboBox *resolution_combo_box;
|
||||
QComboBox *fps_combo_box;
|
||||
QLineEdit *bitrate_edit;
|
||||
QLineEdit *audio_buffer_size_edit;
|
||||
|
||||
QListWidget *registered_hosts_list_widget;
|
||||
QPushButton *delete_registered_host_button;
|
||||
|
@ -50,6 +51,7 @@ class SettingsDialog : public QDialog
|
|||
void ResolutionSelected();
|
||||
void FPSSelected();
|
||||
void BitrateEdited();
|
||||
void AudioBufferSizeEdited();
|
||||
|
||||
void UpdateRegisteredHosts();
|
||||
void UpdateRegisteredHostsButtons();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue