|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
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.
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 |
---|
public AviFile.WAVEFORMAT_EXT(System.IO.Stream stream)
Method Detail |
---|
public void ReadData(System.IO.Stream stream)
public string ToString()
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |