Click or drag to resize
Accord.NET (logo)

AudioDeviceCollection Constructor

Creates a AudioDeviceCollection class containing devices of the given category.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public AudioDeviceCollection(
	AudioDeviceCategory category
)
Request Example View Source

Parameters

category
Type: Accord.DirectSoundAudioDeviceCategory
The category of the devices.
See Also