Class DirectSoundDeviceInfo
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
Guid
The device identifier
public Guid Guid { get; set; }
Property Value
ModuleName
Device module name
public string ModuleName { get; set; }