mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
parent
ffb8851835
commit
a11341f448
7 changed files with 73 additions and 4 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "videodecoder.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QAudioDeviceInfo>
|
||||
|
||||
enum class ControllerButtonExt
|
||||
{
|
||||
|
@ -93,6 +94,9 @@ class Settings : public QObject
|
|||
*/
|
||||
unsigned int GetAudioBufferSize() const;
|
||||
void SetAudioBufferSize(unsigned int size);
|
||||
|
||||
QString GetAudioOutDevice() const;
|
||||
void SetAudioOutDevice(QString device_name);
|
||||
|
||||
ChiakiConnectVideoProfile GetVideoProfile();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue