Table of Contents

Class DirectSoundDeviceInfo

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Class for enumerating DirectSound devices

public class DirectSoundDeviceInfo
Inheritance
DirectSoundDeviceInfo
Inherited Members

Constructors

DirectSoundDeviceInfo()

public DirectSoundDeviceInfo()

Properties

Description

Device description

public string Description { get; set; }

Property Value

string

Guid

The device identifier

public Guid Guid { get; set; }

Property Value

Guid

ModuleName

Device module name

public string ModuleName { get; set; }

Property Value

string