[AFV] Ref T739, device info improvements

* registration
* use identifier in device info list
* propertyByIndex/compareByIndex
* unRegisterDevices
This commit is contained in:
Klaus Basan
2019-10-29 23:56:50 +01:00
committed by Mat Sutcliffe
parent 7beed0225c
commit 134c805990
9 changed files with 151 additions and 25 deletions

View File

@@ -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