Plugin AudioEndpoint

From VoxCommando
Jump to: navigation, search

Go to the main Plugins page.

Go to the complete Plugin List.


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
  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
  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
  1. Delimiter : Device Names will be "joined" using this delimiter [string]

GetMatches

AudioEndpoint.GetMatches