WaveInCapabilities structure (based on WAVEINCAPS2 from mmsystem.h) http://msdn.microsoft.com/en-us/library/ms713726(VS.85).aspx.
More...
WaveInCapabilities structure (based on WAVEINCAPS2 from mmsystem.h) http://msdn.microsoft.com/en-us/library/ms713726(VS.85).aspx.
◆ SupportsWaveFormat()
Checks to see if a given SupportedWaveFormat is supported.
- Parameters
-
| waveFormat | The SupportedWaveFormat |
- Returns
- true if supported
◆ 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 |
◆ manufacturerGuid
| Guid NAudio.Wave.WaveInCapabilities.manufacturerGuid |
|
private |
◆ manufacturerId
| short NAudio.Wave.WaveInCapabilities.manufacturerId |
|
private |
◆ 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 |
◆ productName
| string NAudio.Wave.WaveInCapabilities.productName |
|
private |
◆ reserved
| short NAudio.Wave.WaveInCapabilities.reserved |
|
private |
◆ supportedFormats
Supported formats (bit flags) dwFormats.
◆ 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 documentation for this struct was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.WinMM/MmeInterop/WaveInCapabilities.cs