mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
Ref T739, added proxy functions for audio context to register devices (from multiple machines)
This commit is contained in:
committed by
Mat Sutcliffe
parent
c38c8374a3
commit
fdf4bf6b57
@@ -45,7 +45,9 @@ namespace BlackCore
|
||||
// Interface implementations
|
||||
//! \publicsection
|
||||
//! @{
|
||||
// ---- FUNCTIONS GO HERE ----
|
||||
virtual void registerDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) override;
|
||||
virtual void unRegisterDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) override;
|
||||
virtual BlackMisc::Audio::CAudioDeviceInfoList getRegisteredDevices() const override;
|
||||
//! @}
|
||||
|
||||
protected:
|
||||
@@ -54,6 +56,9 @@ namespace BlackCore
|
||||
|
||||
//! Register myself in DBus
|
||||
CContextAudio *registerWithDBus(BlackMisc::CDBusServer *server);
|
||||
|
||||
private:
|
||||
BlackMisc::Audio::CAudioDeviceInfoList m_registeredDevices;
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user