1 #ifndef INCLUDE_AUDIODIALOG_H 2 #define INCLUDE_AUDIODIALOG_H 26 void updateInputDisplay();
27 void updateOutputDisplay();
28 void updateInputDeviceInfo();
29 void updateOutputDeviceInfo();
30 void updateOutputSDPString();
43 void on_audioInTree_currentItemChanged(QTreeWidgetItem* currentItem, QTreeWidgetItem* previousItem);
44 void on_audioOutTree_currentItemChanged(QTreeWidgetItem* currentItem, QTreeWidgetItem* previousItem);
45 void on_inputVolume_valueChanged(
int value);
46 void on_inputReset_clicked(
bool checked);
47 void on_inputCleanup_clicked(
bool checked);
48 void on_outputUDPPort_editingFinished();
49 void on_outputReset_clicked(
bool checked);
50 void on_outputCleanup_clicked(
bool checked);
51 void on_outputSampleRate_valueChanged(
int value);
52 void on_decimationFactor_currentIndexChanged(
int index);
53 void on_outputUDPChannelCodec_currentIndexChanged(
int index);
54 void on_outputUDPChannelMode_currentIndexChanged(
int index);
57 #endif // INCLUDE_AUDIODIALOG_H
AudioDeviceManager::OutputDeviceInfo m_outputDeviceInfo
AudioDeviceManager * m_audioDeviceManager
AudioDeviceManager::InputDeviceInfo m_inputDeviceInfo