UI: Add audio monitoring to settings/adv audio props.
Adds audio monitoring selection to advanced audio properties, and adds the ability to select the device in advanced settings.
This commit is contained in:
@@ -9,6 +9,7 @@ class QLabel;
|
||||
class QSpinBox;
|
||||
class QCheckBox;
|
||||
class QSlider;
|
||||
class QComboBox;
|
||||
|
||||
class OBSAdvAudioCtrl : public QObject {
|
||||
Q_OBJECT
|
||||
@@ -27,6 +28,7 @@ private:
|
||||
QPointer<QLabel> labelL;
|
||||
QPointer<QLabel> labelR;
|
||||
QPointer<QSpinBox> syncOffset;
|
||||
QPointer<QComboBox> monitoringType;
|
||||
QPointer<QCheckBox> mixer1;
|
||||
QPointer<QCheckBox> mixer2;
|
||||
QPointer<QCheckBox> mixer3;
|
||||
@@ -60,6 +62,7 @@ public slots:
|
||||
void downmixMonoChanged(bool checked);
|
||||
void panningChanged(int val);
|
||||
void syncOffsetChanged(int milliseconds);
|
||||
void monitoringTypeChanged(int index);
|
||||
void mixer1Changed(bool checked);
|
||||
void mixer2Changed(bool checked);
|
||||
void mixer3Changed(bool checked);
|
||||
|
Reference in New Issue
Block a user