C# Class Win32.WaveFormat

Mostrar archivo Open project: ufasoft/coin Class Usage Examples

Public Properties

Property Type Description
cbSize short
nAvgBytesPerSec int
nBlockAlign short
nChannels short
nSamplesPerSec int
wBitsPerSample short
wFormatTag short

Public Methods

Method Description
WaveFormat ( int rate, int bits, int channels ) : OpenNETCF.Runtime.InteropServices

Method Details

WaveFormat() public method

public WaveFormat ( int rate, int bits, int channels ) : OpenNETCF.Runtime.InteropServices
rate int
bits int
channels int
return OpenNETCF.Runtime.InteropServices

Property Details

cbSize public_oe property

public short cbSize
return short

nAvgBytesPerSec public_oe property

public int nAvgBytesPerSec
return int

nBlockAlign public_oe property

public short nBlockAlign
return short

nChannels public_oe property

public short nChannels
return short

nSamplesPerSec public_oe property

public int nSamplesPerSec
return int

wBitsPerSample public_oe property

public short wBitsPerSample
return short

wFormatTag public_oe property

public short wFormatTag
return short