Package | Description |
---|---|
org.jaudiotagger.audio.aiff.chunk | |
org.jaudiotagger.audio.wav.chunk |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationChunk
Contains a comment.
|
class |
ApplicationChunk
The Application Chunk can be used for any purposes whatsoever by developers and application authors.
|
class |
AuthorChunk
Contains one or more author names.
|
class |
CommentsChunk
A comment consists of a time stamp, marker id, and a text count followed by text.
|
class |
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.
|
class |
CopyrightChunk
The Copyright Chunk contains a copyright notice for the sound.
|
class |
FormatVersionChunk
The Format Version Chunk contains a date field to indicate the format rules for an
AIFF-C specification.
|
class |
ID3Chunk
Contains the ID3 tags.
|
class |
NameChunk
Contains the name of the sampled sound.
|
class |
SoundChunk
Sound chunk.
|
class |
TextChunk
Provides common functionality for textual chunks like
NameChunk , AuthorChunk ,
CopyrightChunk and AnnotationChunk . |
Modifier and Type | Class and Description |
---|---|
class |
WavFactChunk
Reads the fact header, this contains the information required for constructing Audio header
0 - 3 uint totalNoSamples (Per channel ?)
|
class |
WavFormatChunk
Reads the fmt header, this contains the information required for constructing Audio header
0 - 1 ushort SubFormatIdentifier;
2 - 3 ushort NoOfChannels;
4 - 7 uint NoOfSamplesPerSec;
8 - 11 uint AverageNoBytesPerSec;
12 - 13 ushort BlockAlign;
14 - 15 ushort NoofBitsPerSample;
//May be additional fields here, depending upon wFormatTag.
|
class |
WavId3Chunk
Contains the ID3 tags.
|
class |
WavListChunk
Reads a list chunk, only interested in it if contains INFO chunk as this contains basic metadata
|
Copyright © 2005–2020 jthink.net. All rights reserved.