Files
wow-weakauras/Meta/api/VoiceEnumerateOutputDevices.lua
2024-11-07 23:12:37 +01:00

6 lines
233 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param deviceIndex number
---@return string device
---Returns the name of an audio output device for voice chat
function VoiceEnumerateOutputDevices(deviceIndex) end