ClintHeyer.Media
Class AviFile.WAVEFORMAT_EXT

Field Summary
short BitsPerSample
         Specifies the number of bits per sample. Each channel is assumed to have the same sample resolution. If wFormatTag is WAVE_FORMAT_PCM, then wBitsPerSample should be 8 or 16. For compressed audio, the value might be zero.
short Size
         Specifies the size of the extra information in the format header, in bytes, not including the size of the WAVEFORMATEX structure. If there is no extra information, set the value to zero. If wFormatTag is WAVE_FORMAT_PCM, this value is ignored.

Constructor Summary
AviFile.WAVEFORMAT_EXT(System.IO.Stream stream)

Method Summary
void ReadData(System.IO.Stream stream)
string ToString()

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Field Detail

BitsPerSample

public short BitsPerSample

Specifies the number of bits per sample. Each channel is assumed to have the same sample resolution. If wFormatTag is WAVE_FORMAT_PCM, then wBitsPerSample should be 8 or 16. For compressed audio, the value might be zero.


Size

private short Size

Specifies the size of the extra information in the format header, in bytes, not including the size of the WAVEFORMATEX structure. If there is no extra information, set the value to zero. If wFormatTag is WAVE_FORMAT_PCM, this value is ignored.

Constructor Detail

AviFile.WAVEFORMAT_EXT

public AviFile.WAVEFORMAT_EXT(System.IO.Stream stream)

Method Detail

ReadData

public void ReadData(System.IO.Stream stream)


ToString

public string ToString()