mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T731, display received callsigns
This commit is contained in:
committed by
Mat Sutcliffe
parent
7c89234f8c
commit
76fd0cfc91
@@ -12,6 +12,7 @@
|
||||
#define BLACKGUI_COMPONENTS_AUDIODEVICEVOLUMESETUPCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/afv/audio/receiversampleprovider.h"
|
||||
#include "blackmisc/audio/audiosettings.h"
|
||||
#include "blackmisc/audio/audiodeviceinfolist.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
@@ -100,9 +101,9 @@ namespace BlackGui
|
||||
void onInputVU(double vu);
|
||||
|
||||
void onReloadDevices();
|
||||
|
||||
void onResetVolumeIn();
|
||||
void onResetVolumeOut();
|
||||
void onReceivingCallsignsChanged(const BlackCore::Afv::Audio::TransceiverReceivingCallsignsChangedArgs &args);
|
||||
|
||||
BlackMisc::Audio::CAudioDeviceInfo getSelectedInputDevice() const;
|
||||
BlackMisc::Audio::CAudioDeviceInfo getSelectedOutputDevice() const;
|
||||
|
||||
Reference in New Issue
Block a user