Searched defs:DStatusInfo (Results 1 – 1 of 1) sorted by relevance
986 struct DStatusInfo { struct987 char networkId[NETWORK_ID_SIZE];988 AudioPin hdiPin = AUDIO_PIN_NONE;989 int32_t mappingVolumeId = 0;990 int32_t mappingInterruptId = 0;991 int32_t deviceId;992 int32_t channelMasks;993 std::string deviceName = "";994 bool isConnected = false;995 std::string macAddress;[all …]