mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
[AFV] Ref T739, context function to unregister per identifier
This commit is contained in:
committed by
Mat Sutcliffe
parent
134c805990
commit
8a89b8f261
@@ -88,14 +88,17 @@ namespace BlackCore
|
||||
public slots:
|
||||
// ------------- DBus ---------------
|
||||
|
||||
//! All registered devices
|
||||
virtual BlackMisc::Audio::CAudioDeviceInfoList getRegisteredDevices() const = 0;
|
||||
|
||||
//! Register a device on a machine (for core/GUI it will return all known devices on all machines)
|
||||
virtual void registerDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) = 0;
|
||||
|
||||
//! Unregister devices
|
||||
virtual void unRegisterDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) = 0;
|
||||
|
||||
//! All registered devices
|
||||
virtual BlackMisc::Audio::CAudioDeviceInfoList getRegisteredDevices() const = 0;
|
||||
//! Remove all devices for identifer (i.e. "a machine")
|
||||
virtual void unRegisterDevicesFor(const BlackMisc::CIdentifier &identifier) = 0;
|
||||
|
||||
// ------------- DBus ---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user