See: Description
| Class | Description |
|---|---|
| AssocDataListChunk |
The associated data list ('list') chunk, which is different from
the RIFF 'LIST' chunk, ListInfoTextChunk.
|
| AXMLChunk |
Implementation of the WAVE AXML Chunk, which
contains arbitrary XML metadata, as specified in
Specification of the Broadcast Wave Format:
A format for audio data files in broadcasting;
Supplement 5: <axml> Chunk
(European Broadcasting Union)
|
| BroadcastExtChunk |
Implementation of the WAVE Broadcast Audio Extension Chunk.
|
| CartChunk |
Implementation of the WAVE Cart Chunk.
|
| CueChunk |
Implementation of the WAVE Cue chunk, which defines cue
points in an audio stream.
|
| DataChunk |
Implementation of the WAVE Data Chunk.
|
| ExifInfo |
Encapsulation of Exif information for a Wave file.
|
| ExifMakerNoteChunk |
This class encapsulates the Exif Maker Note chunk.
|
| ExifStringChunk |
Class for encapsulating Exif chunks whose content consists of
a null-terminated ASCII string.
|
| ExifUserCommentChunk |
This class encapsulates the Exif User Comment chunk.
|
| ExifVersionChunk |
Chunk for Exif version information.
|
| FactChunk |
Implementation of the WAVE Fact Chunk.
|
| FormatChunk |
Implementation of the WAVE Format Chunk.
|
| InstrumentChunk |
Implementation of the WAVE Instrument Chunk, which
gives information about a MIDI instrument.
|
| LabelChunk |
Implementation of the WAVE Label Chunk.
|
| LabeledTextChunk |
The Labelled Text Chunk, which can occur only in an Associated Data
List.
|
| LinkChunk |
Implementation of the WAVE Link Chunk, as specified in
Specification of the Broadcast Wave Format:
A format for audio data files in broadcasting;
Supplement 4: <link> Chunk
(European Broadcasting Union)
|
| LinkChunkHandler |
This handler parses the data of a WAVE List chunk.
|
| ListInfoChunk |
Implementation of the WAVE LIST chunk.
|
| ListInfoTextChunk |
This implements any of the subchunks of the ListInfoChunk
(a LIST chunk with a list type of INFO).
|
| MpegChunk |
Implementation of the WAVE MPEG Audio Extension Chunk.
|
| NoteChunk |
Implementation of the WAVE Note Chunk.
|
| PeakEnvelopeChunk |
Implementation of the WAVE Peak Envelope ('levl') Chunk.
|
| SampleChunk |
Implementation of the WAVE Sample (or Sampler) Chunk, which
gives information about a MIDI sample.
|
| SimpleTextChunk |
Superclass for the very similar Note and Label chunks.
|
| WaveStrings |
A class for holding arrays of informative strings that will go into
properties of a WAVE object.
|