Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.WaveCapabilitiesHelpers Class Reference
Collaboration diagram for NAudio.Wave.WaveCapabilitiesHelpers:

Static Public Member Functions

static string GetNameFromGuid (Guid guid)
 Retrieves the name associated with the specified GUID from the registry.
 

Static Public Attributes

static readonly Guid MicrosoftDefaultManufacturerId = new Guid("d5a47fa8-6d98-11d1-a21a-00a0c9223196")
 
static readonly Guid DefaultWaveOutGuid = new Guid("E36DC310-6D9A-11D1-A21A-00A0C9223196")
 
static readonly Guid DefaultWaveInGuid = new Guid("E36DC311-6D9A-11D1-A21A-00A0C9223196")
 

Member Function Documentation

◆ GetNameFromGuid()

static string NAudio.Wave.WaveCapabilitiesHelpers.GetNameFromGuid ( Guid guid)
inlinestatic

Retrieves the name associated with the specified GUID from the registry.

Parameters
guidThe GUID for which to retrieve the name.
Returns
The name associated with the specified guid in the registry, or null if not found.

This method retrieves the name associated with the specified guid from the registry under the path "System\CurrentControlSet\Control\MediaCategories". If the name is found, it is returned; otherwise, null is returned.

Member Data Documentation

◆ DefaultWaveInGuid

readonly Guid NAudio.Wave.WaveCapabilitiesHelpers.DefaultWaveInGuid = new Guid("E36DC311-6D9A-11D1-A21A-00A0C9223196")
static

◆ DefaultWaveOutGuid

readonly Guid NAudio.Wave.WaveCapabilitiesHelpers.DefaultWaveOutGuid = new Guid("E36DC310-6D9A-11D1-A21A-00A0C9223196")
static

◆ MicrosoftDefaultManufacturerId

readonly Guid NAudio.Wave.WaveCapabilitiesHelpers.MicrosoftDefaultManufacturerId = new Guid("d5a47fa8-6d98-11d1-a21a-00a0c9223196")
static

The documentation for this class was generated from the following file: