Public Member Functions | |
ID3Tag () | |
~ID3Tag () | |
int | ParseParam (const char param, const char *value) |
void | Read (const char *filename) |
void | Write (const char *filename) const |
void | Show (std::ostream &ostr) const |
Used by MP3Core, reads and writes ID3 tags and changes them as requested by command-line parameters.
Definition at line 18 of file id3tag.h.
|
Constructor, only initializes everything to zero Definition at line 15 of file id3tag.cpp. |
|
Destructor, deletes ID3 tags Definition at line 26 of file id3tag.cpp. |
|
Processes tag-related parameters
Definition at line 33 of file id3tag.cpp. Referenced by MP3Core::Params(). |
|
Extracts ID3 tag from input file using Taglib
Definition at line 72 of file id3tag.cpp. Referenced by MP3Core::Process(). |
|
Show information from ID3 tag as text (UTF-8)
Definition at line 124 of file id3tag.cpp. Referenced by MP3Core::GetInfo(). |
|
Writes ID3 tag to output file (extracted tags from input file + changes)
Definition at line 96 of file id3tag.cpp. Referenced by MP3Core::WriteResult(). |