Click or drag to resize

WaveDataChunk Properties

The WaveDataChunk type exposes the following members.

Properties
  Name Description
Public property BinaryLength Gets length of the binary representation of this WaveDataChunk.
(Overrides RiffChunkBinaryLength)
Public property ChunkSize Gets the chunk size of this WaveDataChunk.
(Overrides RiffChunkChunkSize)
Public property SampleBlocks Gets list of little-endian formatted sample data blocks of this WaveDataChunk.
Public property TypeID Four character text identifer for RIFF chunk.
(Inherited from RiffChunk)
Public property WaveFormat Gets or sets associated WaveFormatChunk that defines the format of the data in this WaveDataChunk.
Top
See Also