Class | Description |
---|---|
AiffChunkReader |
Abstract class For reading Aiff Chunks used by both Audio and Tag Reader
|
AiffChunkSummary |
AIFF Specific methods for ChunkSummarys
|
AnnotationChunk |
Contains a comment.
|
ApplicationChunk |
The Application Chunk can be used for any purposes whatsoever by developers and application authors.
|
AuthorChunk |
Contains one or more author names.
|
CommentsChunk |
A comment consists of a time stamp, marker id, and a text count followed by text.
|
CommonChunk |
The Common Chunk describes fundamental parameters of the waveform data such as sample rate,
bit resolution, and how many channels of digital audio are stored in the FORM AIFF.
|
CopyrightChunk |
The Copyright Chunk contains a copyright notice for the sound.
|
FormatVersionChunk |
The Format Version Chunk contains a date field to indicate the format rules for an
AIFF-C specification.
|
ID3Chunk |
Contains the ID3 tags.
|
NameChunk |
Contains the name of the sampled sound.
|
SoundChunk |
Sound chunk.
|
TextChunk |
Provides common functionality for textual chunks like
NameChunk , AuthorChunk ,
CopyrightChunk and AnnotationChunk . |
Enum | Description |
---|---|
AiffChunkType |
Chunk types mark each
ChunkHeader . |
AiffCompressionType |
Known compression types that can be used with AIFF, taken from
https://en.wikipedia.org/wiki/Audio_Interchange_File_Format.
|
Copyright © 2005–2020 jthink.net. All rights reserved.