Class | Description |
---|---|
AiffAudioHeader |
Non-"tag" metadata from the AIFF file.
|
AiffFileHeader |
Aiff File Header always consists of
|
AiffFileReader |
Reads Audio and Metadata information contained in Aiff file.
|
AiffFileWriter |
Write/delete tag info for Aiff file (Old Apple format)
|
AiffInfoReader |
Read Aiff chunks, except the ID3 chunk.
|
AiffTagReader |
Read the AIff file chunks, until finds Aiff Common chunk and then generates AudioHeader from it
|
AiffTagWriter |
Write Aiff Tag.
|
AiffUtil |
Utility methods only of use for Aiff datatypes
|
ExtDouble |
Code to deal with the 80-bit floating point (extended double)
numbers which occur in AIFF files.
|
Enum | Description |
---|---|
AiffAudioHeader.Endian | |
AiffTagFieldKey |
Enum for AIFF fields that don't have obvious matches in FieldKey
|
AiffType |
AIFF types, refers to BigEndian or LittleEndian
|
Copyright © 2005–2020 jthink.net. All rights reserved.