mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add H265 Streaming to GUI
This commit is contained in:
parent
c19c7869d5
commit
e6d18155af
8 changed files with 57 additions and 4 deletions
|
@ -24,6 +24,7 @@ class SettingsDialog : public QDialog
|
|||
QComboBox *resolution_combo_box;
|
||||
QComboBox *fps_combo_box;
|
||||
QLineEdit *bitrate_edit;
|
||||
QComboBox *codec_combo_box;
|
||||
QLineEdit *audio_buffer_size_edit;
|
||||
QComboBox *audio_device_combo_box;
|
||||
QCheckBox *pi_decoder_check_box;
|
||||
|
@ -41,6 +42,7 @@ class SettingsDialog : public QDialog
|
|||
void ResolutionSelected();
|
||||
void FPSSelected();
|
||||
void BitrateEdited();
|
||||
void CodecSelected();
|
||||
void AudioBufferSizeEdited();
|
||||
void AudioOutputSelected();
|
||||
void HardwareDecodeEngineSelected();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue