WaveFormatExtensible Properties |
The WaveFormatExtensible type exposes the following members.
Name | Description | |
---|---|---|
AverageBytesPerSecond |
Gets or sets the average data-transfer rate, in bytes per second, for the format.
| |
BitsPerSample |
Gets or sets the number of bits in a single sample of the format's data.
| |
BlockAlign |
Gets or sets the minimum size of a unit of data for the given format in Bytes.
| |
Channels |
Gets or sets the number of channels in the data.
Mono 1
Stereo 2
Dual 2 (2 Mono channels)
| |
ExtraBytes |
Gets or sets the extra bytes.
| |
FormatTag |
Gets or sets the audio format type. A complete list of format tags can be
found in the Mmreg.h header file.
| |
SamplesPerSec |
Gets or sets the sampling rate in hertz (samples per second)
| |
Size |
Gets or sets the size in bytes of any extra format data added to the end of the
WAVEFORMATEX structure.
|