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

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h186 Utf8Str strAudioAdapter; // if not empty, then the guest has audio enabled, and this is the decimal member in struct:Appliance::ImportStack
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2751 if (!stack.strAudioAdapter.isEmpty())
2752 if (stack.strAudioAdapter.compare("null", Utf8Str::CaseInsensitive) != 0)
2754 uint32_t audio = RTStrToUInt32(stack.strAudioAdapter.c_str()); // should be 0 for AC97
3531 if (stack.strAudioAdapter.isNotEmpty())
3534 config.hardwareMachine.audioAdapter.controllerType = (AudioControllerType_T)stack.strAudioAdapter.toUInt32();
4073 stack.strAudioAdapter = vsdeAudioAdapter.front()->strVBoxCurrent;

Completed in 68 milliseconds