Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.audio.asf |
Classes for Microsoft Advanced Systems Format files.
|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
org.jaudiotagger.audio.ogg |
Classes for Ogg Vorbis files.
|
Modifier and Type | Method and Description |
---|---|
static AudioFile |
AudioFileIO.read(File f)
Read the tag contained in the given file.
|
static AudioFile |
AudioFileIO.readAs(File f,
String ext)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFile(File f)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFileAs(File f,
String ext)
Read the tag contained in the given file.
|
AudioFile |
AudioFileIO.readFileMagic(File f)
Read the tag contained in the given file.
|
static AudioFile |
AudioFileIO.readMagic(File f)
Read the tag contained in the given file.
|
Modifier and Type | Method and Description |
---|---|
static void |
AudioFileIO.delete(AudioFile f)
Delete the tag, if any, contained in the given file.
|
void |
AudioFileIO.deleteTag(AudioFile f)
Delete the tag, if any, contained in the given file.
|
static void |
AudioFileIO.write(AudioFile f)
Write the tag contained in the audioFile in the actual file on the disk.
|
static void |
AudioFileIO.writeAs(AudioFile f,
String targetPath)
Write the tag contained in the audioFile in the actual file on the disk.
|
void |
AudioFileIO.writeFile(AudioFile f,
String targetPath)
Write the tag contained in the audioFile in the actual file on the disk.
|
Modifier and Type | Method and Description |
---|---|
AudioFile |
AsfFileReader.read(File f) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsfFileWriter.writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp)
This is called when a tag has to be written in a file.
|
Modifier and Type | Method and Description |
---|---|
AudioFile |
AudioFileReader.read(File f) |
AudioFile |
AudioFileReader2.read(File f) |
Modifier and Type | Method and Description |
---|---|
void |
AudioFileWriter.delete(AudioFile af)
Delete the tag (if any) present in the given file
|
void |
AudioFileWriter2.delete(AudioFile af)
Delete the tag (if any) present in the given file
|
void |
AudioFileModificationAdapter.fileModified(AudioFile original,
File temporary)
(overridden)
|
void |
AudioFileModificationListener.fileModified(AudioFile original,
File temporary)
Notifies that
original has been processed.Because the audiolibrary allows format implementors to either change the original file or create a copy, it is possible that the real result is located in the original and temporary is of zero size
or the original will be deleted and replaced by temporary. |
void |
ModificationHandler.fileModified(AudioFile original,
File temporary)
(overridden)
|
void |
AudioFileModificationAdapter.fileWillBeModified(AudioFile file,
boolean delete)
(overridden)
|
void |
AudioFileModificationListener.fileWillBeModified(AudioFile file,
boolean delete)
Notifies that the
file is about to be modified. |
void |
ModificationHandler.fileWillBeModified(AudioFile file,
boolean delete)
(overridden)
|
void |
AudioFileModificationAdapter.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
(overridden)
|
void |
AudioFileModificationListener.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
This method notifies about a veto exception that has been thrown by
another listener.
|
void |
ModificationHandler.vetoThrown(AudioFileModificationListener cause,
AudioFile original,
ModifyVetoException veto)
(overridden)
|
void |
AudioFileWriter.write(AudioFile af)
Write the tag (if not empty) present in the AudioFile in the associated
File
|
void |
AudioFileWriter2.write(AudioFile af)
Replace with new tag
|
void |
TagWriter.write(AudioFile af,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp)
Write tag to file
|
protected abstract void |
AudioFileWriter.writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp)
This is called when a tag has to be written in a file.
|
protected void |
AudioFileWriter2.writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp) |
Modifier and Type | Class and Description |
---|---|
class |
MP3File
This class represents a physical MP3 File
|
Modifier and Type | Method and Description |
---|---|
AudioFile |
MP3FileReader.read(File f) |
AudioFile |
MP3FileReader.readMustBeWritable(File f)
Read
|
Modifier and Type | Method and Description |
---|---|
void |
MP3FileWriter.delete(AudioFile af)
Delete the Id3v1 and ID3v2 tags from file
|
void |
MP3FileWriter.deleteTag(AudioFile f) |
void |
MP3FileWriter.writeFile(AudioFile f) |
protected void |
MP3FileWriter.writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp) |
Modifier and Type | Method and Description |
---|---|
protected void |
OggFileWriter.writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp) |
Copyright © 2005–2020 jthink.net. All rights reserved.