mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -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
|
@ -75,6 +75,9 @@ class Settings : public QObject
|
|||
unsigned int GetBitrate() const;
|
||||
void SetBitrate(unsigned int bitrate);
|
||||
|
||||
ChiakiCodec GetCodec() const;
|
||||
void SetCodec(ChiakiCodec codec);
|
||||
|
||||
Decoder GetDecoder() const;
|
||||
void SetDecoder(Decoder decoder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue