Click or drag to resize
Accord.NET (logo)

AudioCaptureDevice Constructor (Guid)

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
)
Request Example View Source

Parameters

device
Type: SystemGuid
Global identifier of the audio capture device.
See Also