Home
last modified time | relevance | path

Searched refs:qlOutput (Results 1 – 2 of 2) sorted by relevance

/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp116 QList<dsDevice> qlOutput; in getDeviceChoices() local
118qlOutput << dsDevice(DXAudioOutput::tr("Default DirectSound Voice Output"), DSDEVID_DefaultVoicePl… in getDeviceChoices()
119 DirectSoundEnumerate(DSEnumProc, reinterpret_cast<void *>(&qlOutput)); in getDeviceChoices()
131 foreach(dsDevice d, qlOutput) { in getDeviceChoices()
136 foreach(dsDevice d, qlOutput) { in getDeviceChoices()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp116 QList<dsDevice> qlOutput; in getDeviceChoices() local
118qlOutput << dsDevice(DXAudioOutput::tr("Default DirectSound Voice Output"), DSDEVID_DefaultVoicePl… in getDeviceChoices()
119 DirectSoundEnumerate(DSEnumProc, reinterpret_cast<void *>(&qlOutput)); in getDeviceChoices()
131 foreach(dsDevice d, qlOutput) { in getDeviceChoices()
136 foreach(dsDevice d, qlOutput) { in getDeviceChoices()