Package | Description |
---|---|
org.jaudiotagger.audio.wav | |
org.jaudiotagger.audio.wav.chunk |
Modifier and Type | Method and Description |
---|---|
WavTag |
WavTagReader.read(Path path)
Read file and return tag metadata
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
WavTagWriter.convertID3Chunk(WavTag tag,
WavTag existingTag)
Converts ID3tag to
ByteBuffer . |
ByteBuffer |
WavTagWriter.convertInfoChunk(WavTag tag)
Converts INfO tag to
ByteBuffer . |
protected boolean |
WavTagReader.readChunk(FileChannel fc,
WavTag tag)
Reads Wavs Chunk that contain tag metadata
If the same chunk exists more than once in the file we would just use the last occurence
|
Modifier and Type | Method and Description |
---|---|
static ChunkSummary |
WavChunkSummary.getChunkBeforeFirstMetadataTag(WavTag tag)
Get chunk before the first metadata tag
|
static long |
WavChunkSummary.getStartLocationOfFirstMetadataChunk(WavTag tag)
Get start location in file of first metadata chunk (could be LIST or ID3)
|
static boolean |
WavChunkSummary.isOnlyMetadataTagsAfterStartingMetadataTag(WavTag tag)
Checks that there are only metadata tags after the currently selected metadata because this means its safe to truncate
the remainder of the file.
|
Constructor and Description |
---|
WavId3Chunk(ByteBuffer chunkData,
ChunkHeader chunkHeader,
WavTag tag,
String loggingName)
Constructor.
|
WavInfoChunk(WavTag tag,
String loggingName) |
WavListChunk(String loggingName,
ByteBuffer chunkData,
ChunkHeader chunkHeader,
WavTag tag) |
Copyright © 2005–2020 jthink.net. All rights reserved.