C# Class Sharpex2D.Audio.WaveOut.WaveOutCaps

Show file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Properties

Property Type Description
dwFormats WaveCapsFormats
dwSupport WaveCapsSupported
vDriverVersion uint
wChannels short
wMid short
wPid short
wReserved1 short

Property Details

dwFormats public property

Supported formats.
public WaveCapsFormats dwFormats
return WaveCapsFormats

dwSupport public property

public WaveCapsSupported dwSupport
return WaveCapsSupported

vDriverVersion public property

The DriverVersion.
public uint vDriverVersion
return uint

wChannels public property

Amount of supported channels.
public short wChannels
return short

wMid public property

The Manufacturer.
public short wMid
return short

wPid public property

The ProductId.
public short wPid
return short

wReserved1 public property

Driver reserved.
public short wReserved1
return short