Click or drag to resize

WaveFormatChunk Properties

The WaveFormatChunk type exposes the following members.

Properties
  Name Description
Public property AudioFormat Gets or sets audio format used by the WaveFile.
Public property BinaryLength Gets the length of WaveFormatChunk.
(Overrides RiffChunkBinaryLength)
Public property BitsPerSample Gets or sets number of bits-per-sample in the WaveFile.
Public property BlockAlignment Gets or sets the block size of a complete sample of data (i.e., samples for all channels of data at one instant in time).
Public property ByteRate Gets or sets the byte rate used for buffer estimation.
Public property Channels Gets or sets number of audio channels in the WaveFile.
Public property ChunkSize Size of WaveFormatChunk.
(Overrides RiffChunkChunkSize)
Public property ExtraParameters Gets or sets any extra parameters defined in the format header of the WaveFile.
Public property ExtraParametersSize Gets the size of the ExtraParameters buffer, if defined.
Public property SampleRate Gets or sets the sample rate (i.e., the number of samples per second) defined in the WaveFile.
Public property TypeID Four character text identifer for RIFF chunk.
(Inherited from RiffChunk)
Top
See Also