Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.WaveInCapabilities Struct Reference

WaveInCapabilities structure (based on WAVEINCAPS2 from mmsystem.h) http://msdn.microsoft.com/en-us/library/ms713726(VS.85).aspx. More...

Collaboration diagram for NAudio.Wave.WaveInCapabilities:

Public Member Functions

bool SupportsWaveFormat (SupportedWaveFormat waveFormat)
 Checks to see if a given SupportedWaveFormat is supported.
 

Properties

int Channels [get]
 Number of channels supported.
 
string ProductName [get]
 The product name.
 
Guid NameGuid [get]
 The device name Guid (if provided)
 
Guid ProductGuid [get]
 The product name Guid (if provided)
 
Guid ManufacturerGuid [get]
 The manufacturer guid (if provided)
 

Private Attributes

short manufacturerId
 wMid
 
short productId
 wPid
 
int driverVersion
 vDriverVersion
 
string productName
 Product Name (szPname)
 
SupportedWaveFormat supportedFormats
 Supported formats (bit flags) dwFormats.
 
short channels
 Supported channels (1 for mono 2 for stereo) (wChannels) Seems to be set to -1 on a lot of devices.
 
short reserved
 wReserved1
 
Guid manufacturerGuid
 
Guid productGuid
 
Guid nameGuid
 

Static Private Attributes

const int MaxProductNameLength = 32
 

Detailed Description

WaveInCapabilities structure (based on WAVEINCAPS2 from mmsystem.h) http://msdn.microsoft.com/en-us/library/ms713726(VS.85).aspx.

Member Function Documentation

◆ SupportsWaveFormat()

bool NAudio.Wave.WaveInCapabilities.SupportsWaveFormat ( SupportedWaveFormat waveFormat)
inline

Checks to see if a given SupportedWaveFormat is supported.

Parameters
waveFormatThe SupportedWaveFormat
Returns
true if supported

Member Data Documentation

◆ channels

short NAudio.Wave.WaveInCapabilities.channels
private

Supported channels (1 for mono 2 for stereo) (wChannels) Seems to be set to -1 on a lot of devices.

◆ driverVersion

int NAudio.Wave.WaveInCapabilities.driverVersion
private

vDriverVersion

◆ manufacturerGuid

Guid NAudio.Wave.WaveInCapabilities.manufacturerGuid
private

◆ manufacturerId

short NAudio.Wave.WaveInCapabilities.manufacturerId
private

wMid

◆ MaxProductNameLength

const int NAudio.Wave.WaveInCapabilities.MaxProductNameLength = 32
staticprivate

◆ nameGuid

Guid NAudio.Wave.WaveInCapabilities.nameGuid
private

◆ productGuid

Guid NAudio.Wave.WaveInCapabilities.productGuid
private

◆ productId

short NAudio.Wave.WaveInCapabilities.productId
private

wPid

◆ productName

string NAudio.Wave.WaveInCapabilities.productName
private

Product Name (szPname)

◆ reserved

short NAudio.Wave.WaveInCapabilities.reserved
private

wReserved1

◆ supportedFormats

SupportedWaveFormat NAudio.Wave.WaveInCapabilities.supportedFormats
private

Supported formats (bit flags) dwFormats.

Property Documentation

◆ Channels

int NAudio.Wave.WaveInCapabilities.Channels
get

Number of channels supported.

◆ ManufacturerGuid

Guid NAudio.Wave.WaveInCapabilities.ManufacturerGuid
get

The manufacturer guid (if provided)

◆ NameGuid

Guid NAudio.Wave.WaveInCapabilities.NameGuid
get

The device name Guid (if provided)

◆ ProductGuid

Guid NAudio.Wave.WaveInCapabilities.ProductGuid
get

The product name Guid (if provided)

◆ ProductName

string NAudio.Wave.WaveInCapabilities.ProductName
get

The product name.


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