OutputDevice(string)

Constructor

Namespace: Vox

Declared in: Vox.OutputDevice


Opens a sound device with the specified name.

Syntax

public OutputDevice(
	string name
)

Parameters

name

Device name

See also

  • GetOutputDevices()
  • GetDefaultOutputDevice()

  • Back to index