$system sound device/get

Allows you to get information about the sound device.


Example

Running this code will get the information of the "Active Playback Device" used in the system, saving it as a list named "%Debug".

add list to list(%Debug,$plugin function("OS Automation.dll", "$system sound device/get", "Playback", "Active"),"Delete","Global")
load html($replace(%Debug,$new line,"<br>"))

Was this helpful?

Previous Article

$system service actions

Next Article

$system time get/set