Searched defs:pszInputDeviceUID (Results 1 - 1 of 1) 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,

Completed in 48 milliseconds