Click or drag to resize
AudioWaveFormat Properties

The AudioWaveFormat type exposes the following members.

Properties
  NameDescription
Public propertyAverageBytesPerSecond
Returns the average number of bytes used per second
Public propertyBitsPerSample
Returns the number of bits per sample (usually 16 or 32, sometimes 24 or 8) Can be 0 for some codecs
Public propertyBlockAlign
Returns the block alignment
Public propertyChannels
Returns the number of channels (1=mono,2=stereo etc)
Public propertyEncoding
Returns the encoding type used
Public propertyExtraSize
Returns the number of extra bytes used by this waveformat. Often 0, except for compressed formats which store extra data after the WAVEFORMATEX header
Public propertySampleRate
Returns the sample rate (samples per second)
Public propertyWaveFormatTag
format type
Top
See Also