Click or drag to resize
Accord.NET (logo)

AudioDeviceCollectionDefault Property

Gets the default audio device of the chosen category.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public AudioDeviceInfo Default { get; }
Request Example View Source

Property Value

Type: AudioDeviceInfo
The default audio device of the chosen category.
See Also