Package | Description |
---|---|
org.jaudiotagger.audio.aiff | |
org.jaudiotagger.audio.aiff.chunk |
Modifier and Type | Method and Description |
---|---|
AiffTag |
AiffTagReader.read(Path file)
Read editable Metadata
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
AiffTagWriter.convert(AiffTag tag,
AiffTag existingTag)
Converts tag to
ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
static ChunkSummary |
AiffChunkSummary.getChunkBeforeStartingMetadataTag(AiffTag tag)
Get chunk before starting metadata tag
|
static boolean |
AiffChunkSummary.isOnlyMetadataTagsAfterStartingMetadataTag(AiffTag tag)
Checks that there are only id3 tags after the currently selected id3tag because this means its safe to truncate
the remainder of the file.
|
Constructor and Description |
---|
ID3Chunk(ChunkHeader chunkHeader,
ByteBuffer chunkData,
AiffTag tag,
String loggingName)
Constructor.
|
Copyright © 2005–2020 jthink.net. All rights reserved.