Package | Description |
---|---|
org.jaudiotagger.audio.aiff.chunk | |
org.jaudiotagger.audio.iff | |
org.jaudiotagger.audio.wav.chunk | |
org.jaudiotagger.tag.aiff | |
org.jaudiotagger.tag.wav |
Modifier and Type | Method and Description |
---|---|
static ChunkSummary |
AiffChunkSummary.getChunkBeforeStartingMetadataTag(AiffTag tag)
Get chunk before starting metadata tag
|
Modifier and Type | Class and Description |
---|---|
class |
BadChunkSummary |
class |
PaddingChunkSummary |
Modifier and Type | Method and Description |
---|---|
static ChunkSummary |
WavChunkSummary.getChunkBeforeFirstMetadataTag(WavTag tag)
Get chunk before the first metadata tag
|
Modifier and Type | Method and Description |
---|---|
List<ChunkSummary> |
AiffTag.getChunkSummaryList() |
Modifier and Type | Method and Description |
---|---|
void |
AiffTag.addChunkSummary(ChunkSummary cs) |
Modifier and Type | Method and Description |
---|---|
List<ChunkSummary> |
WavTag.getChunkSummaryList() |
List<ChunkSummary> |
WavTag.getMetadataChunkSummaryList() |
Modifier and Type | Method and Description |
---|---|
void |
WavTag.addChunkSummary(ChunkSummary cs) |
void |
WavTag.addMetadataChunkSummary(ChunkSummary cs) |
Copyright © 2005–2020 jthink.net. All rights reserved.