Click or drag to resize
WaveFormatExtensible Properties

The WaveFormatExtensible type exposes the following members.

Properties
  NameDescription
Public propertyAverageBytesPerSecond
Gets or sets the average data-transfer rate, in bytes per second, for the format.
Public propertyBitsPerSample
Gets or sets the number of bits in a single sample of the format's data.
Public propertyBlockAlign
Gets or sets the minimum size of a unit of data for the given format in Bytes.
Public propertyChannels
Gets or sets the number of channels in the data. Mono 1 Stereo 2 Dual 2 (2 Mono channels)
Public propertyExtraBytes
Gets or sets the extra bytes.
Public propertyFormatTag
Gets or sets the audio format type. A complete list of format tags can be found in the Mmreg.h header file.
Public propertySamplesPerSec
Gets or sets the sampling rate in hertz (samples per second)
Public propertySize
Gets or sets the size in bytes of any extra format data added to the end of the WAVEFORMATEX structure.
Top
See Also