Searched defs:pszOutputDeviceUID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dcoreaudio.c470 const char *pszOutputDeviceUID; member in struct:__anon9897
474 INIT_FIELD(.pszOutputDeviceUID =) NULL,
1151 if (conf.pszOutputDeviceUID)
1153 caVoice->audioDeviceId = caDeviceUIDtoID(conf.pszOutputDeviceUID);
1156 LogRel(("CoreAudio: [Output] Unable to find output device %s. Falling back to the default audio device. \n", conf.pszOutputDeviceUID));
2142 {"OutputDeviceUID", AUD_OPT_STR, &conf.pszOutputDeviceUID,

Completed in 48 milliseconds