Home
last modified time | relevance | path

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

/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp156 QList<dsDevice> qlInput; in getDeviceChoices() local
158qlInput << dsDevice(DXAudioInput::tr("Default DirectSound Voice Input"), DSDEVID_DefaultVoiceCaptu… in getDeviceChoices()
159 DirectSoundCaptureEnumerate(DSEnumProc, reinterpret_cast<void *>(&qlInput)); in getDeviceChoices()
171 foreach(dsDevice d, qlInput) { in getDeviceChoices()
176 foreach(dsDevice d, qlInput) { in getDeviceChoices()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp156 QList<dsDevice> qlInput; in getDeviceChoices() local
158qlInput << dsDevice(DXAudioInput::tr("Default DirectSound Voice Input"), DSDEVID_DefaultVoiceCaptu… in getDeviceChoices()
159 DirectSoundCaptureEnumerate(DSEnumProc, reinterpret_cast<void *>(&qlInput)); in getDeviceChoices()
171 foreach(dsDevice d, qlInput) { in getDeviceChoices()
176 foreach(dsDevice d, qlInput) { in getDeviceChoices()