C# Class Nanook.TheGhost.WaveFormat

Afficher le fichier Open project: Nanook/TheGHOST Class Usage Examples

Méthodes publiques

Свойство Type Description
cbSize short
nAvgBytesPerSec int
nBlockAlign short
nChannels short
nSamplesPerSec int
wBitsPerSample short
wFormatTag short

Méthodes publiques

Méthode Description
WaveFormat ( int rate, int bits, int channels ) : System

Method Details

WaveFormat() public méthode

public WaveFormat ( int rate, int bits, int channels ) : System
rate int
bits int
channels int
Résultat System

Property Details

cbSize public_oe property

public short cbSize
Résultat short

nAvgBytesPerSec public_oe property

public int nAvgBytesPerSec
Résultat int

nBlockAlign public_oe property

public short nBlockAlign
Résultat short

nChannels public_oe property

public short nChannels
Résultat short

nSamplesPerSec public_oe property

public int nSamplesPerSec
Résultat int

wBitsPerSample public_oe property

public short wBitsPerSample
Résultat short

wFormatTag public_oe property

public short wFormatTag
Résultat short