Click or drag to resize
Accord.NET (logo)

AudioCaptureDevice Constructor (Guid, String)

Initializes a new instance of the AudioCaptureDevice class.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public AudioCaptureDevice(
	Guid device,
	string name
)
Request Example View Source

Parameters

device
Type: SystemGuid
Global identifier of the audio capture device.
name
Type: SystemString
The device name or description string.
See Also