Searched refs:pszInputDeviceUID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dcoreaudio.c471 const char *pszInputDeviceUID; member in struct:__anon9897
475 INIT_FIELD(.pszInputDeviceUID =) NULL
2090 if (conf.pszInputDeviceUID)
2092 caVoice->audioDeviceId = caDeviceUIDtoID(conf.pszInputDeviceUID);
2095 LogRel(("CoreAudio: [Input] Unable to find input device %s. Falling back to the default audio device. \n", conf.pszInputDeviceUID));
2144 {"InputDeviceUID", AUD_OPT_STR, &conf.pszInputDeviceUID,
H A DDrvHostCoreAudio.cpp1879 if (DeviceUID.pszInputDeviceUID)
1881 pStreamIn->deviceID = drvHostCoreAudioDeviceUIDtoID(DeviceUID.pszInputDeviceUID);
1884 LogRel(("CoreAudio: Unable to find input device %s. Falling back to the default audio device. \n", DeviceUID.pszInputDeviceUID));

Completed in 141 milliseconds