Click or drag to resize
WaveOutputDevices Property
Gets all available audio output devices. This includes the default device mapper in position zero.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<AudioDeviceInfo> Devices { get; }

Property Value

Type: ListAudioDeviceInfo
The devices.
See Also