C# Class Nanook.TheGhost.WaveFormat

ファイルを表示 Open project: Nanook/TheGHOST 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 ) : System

Method Details

WaveFormat() public method

public WaveFormat ( int rate, int bits, int channels ) : System
rate int
bits int
channels int
return System

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