Difference between revisions of "Plugin AudioEndpoint"
m (1 revision) |
m (1 revision) |
(No difference)
|
Latest revision as of 11:24, 13 January 2021
Go to the main Plugins page.
Go to the complete Plugin List.
Contents
Plugin Description
Actions to List and Select the default audio output device used by the Windows OS.
Actions for the AudioEndpoint plugin
SetByName
AudioEndpoint.SetByName
Sets the default audio output device to the first one found whose name contains the parameter <DeviceName>
- Parameters: 1
- DeviceName : Name of the audio device [string]
SetByNum
AudioEndpoint.SetByNum
Set the audio device by its ID#. The first device will have ID of 0
- Parameters: 1
- Device # : Audio Device Number : starts at 0 [integer]
Cycle
AudioEndpoint.Cycle
Changes the default audio output devices by cycling through all available devices.
GetList
AudioEndpoint.GetList
Returns a string listing all the available audio output devices in the system. Names will be separated by <Delimiter>.
- Parameters: 0-1
- Delimiter : Device Names will be "joined" using this delimiter [string]