mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
[AFV] Ref T739, device info improvements
* registration * use identifier in device info list * propertyByIndex/compareByIndex * unRegisterDevices
This commit is contained in:
committed by
Mat Sutcliffe
parent
7beed0225c
commit
134c805990
@@ -1175,8 +1175,8 @@ namespace BlackCore
|
||||
const CAudioDeviceInfo o = m_output->device();
|
||||
lock.unlock();
|
||||
|
||||
return i.matchesNameTypeHostName(inputDevice) &&
|
||||
o.matchesNameTypeHostName(outputDevice);
|
||||
return i.matchesNameTypeMachineName(inputDevice) &&
|
||||
o.matchesNameTypeMachineName(outputDevice);
|
||||
}
|
||||
|
||||
CAfvClient::ConnectionStatus CAfvClient::getConnectionStatus() const
|
||||
|
||||
Reference in New Issue
Block a user