Property | Type | Description | |
---|---|---|---|
DecoderSpecificData | byte[] | ||
nAvgBytesPerSec | uint | ||
nBlockAlign | ushort | ||
nChannels | ushort | ||
nSamplesPerSec | uint | ||
wBitsPerSample | ushort | ||
wFormatTag | ushort |
Method | Description | |
---|---|---|
GetBytes ( ) : byte[] | ||
WaveFormatEx ( byte data ) : System | ||
WaveFormatEx ( ushort wFormatTag, ushort nChannels, uint nSamplesPerSec, uint nAvgBytesPerSec, ushort nBlockAlign, ushort wBitsPerSample, byte DecoderSpecificData ) : System |
public WaveFormatEx ( ushort wFormatTag, ushort nChannels, uint nSamplesPerSec, uint nAvgBytesPerSec, ushort nBlockAlign, ushort wBitsPerSample, byte DecoderSpecificData ) : System | ||
wFormatTag | ushort | |
nChannels | ushort | |
nSamplesPerSec | uint | |
nAvgBytesPerSec | uint | |
nBlockAlign | ushort | |
wBitsPerSample | ushort | |
DecoderSpecificData | byte | |
return | System |