mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add Bitrate Setting
This commit is contained in:
parent
1f62756b85
commit
3f6cc3647e
6 changed files with 54 additions and 2 deletions
|
@ -54,9 +54,17 @@ class Settings : public QObject
|
|||
ChiakiVideoResolutionPreset GetResolution() const;
|
||||
void SetResolution(ChiakiVideoResolutionPreset resolution);
|
||||
|
||||
/**
|
||||
* @return 0 if set to "automatic"
|
||||
*/
|
||||
ChiakiVideoFPSPreset GetFPS() const;
|
||||
void SetFPS(ChiakiVideoFPSPreset fps);
|
||||
|
||||
unsigned int GetBitrate() const;
|
||||
void SetBitrate(unsigned int bitrate);
|
||||
|
||||
ChiakiConnectVideoProfile GetVideoProfile();
|
||||
|
||||
QList<RegisteredHost> GetRegisteredHosts() const { return registered_hosts.values(); }
|
||||
void AddRegisteredHost(const RegisteredHost &host);
|
||||
void RemoveRegisteredHost(const HostMAC &mac);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue