Functions | |
bool | parse (ID3_TagImpl &tag, ID3_Reader &rdr) |
void | render (ID3_Writer &writer, const ID3_TagImpl &tag) |
ID3_C_EXPORT String | getString (const ID3_Frame *, ID3_FieldID) |
ID3_C_EXPORT String | getStringAtIndex (const ID3_Frame *, ID3_FieldID, size_t) |
ID3_C_EXPORT String | getFrameText (const ID3_TagImpl &, ID3_FrameID) |
ID3_C_EXPORT ID3_Frame * | setFrameText (ID3_TagImpl &, ID3_FrameID, String) |
ID3_C_EXPORT size_t | removeFrames (ID3_TagImpl &, ID3_FrameID) |
ID3_C_EXPORT ID3_Frame * | hasArtist (const ID3_TagImpl &) |
ID3_C_EXPORT String | getArtist (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setArtist (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeArtists (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasAlbum (const ID3_TagImpl &) |
ID3_C_EXPORT String | getAlbum (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setAlbum (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeAlbums (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasTitle (const ID3_TagImpl &) |
ID3_C_EXPORT String | getTitle (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setTitle (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeTitles (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasYear (const ID3_TagImpl &) |
ID3_C_EXPORT String | getYear (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setYear (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeYears (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasV1Comment (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasComment (const ID3_TagImpl &) |
ID3_C_EXPORT String | getComment (const ID3_TagImpl &, String desc) |
ID3_C_EXPORT String | getV1Comment (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setComment (ID3_TagImpl &, String, String, String) |
ID3_C_EXPORT size_t | removeComments (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeAllComments (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasTrack (const ID3_TagImpl &) |
ID3_C_EXPORT String | getTrack (const ID3_TagImpl &) |
ID3_C_EXPORT size_t | getTrackNum (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setTrack (ID3_TagImpl &, uchar ucTrack, uchar ucTotal) |
ID3_C_EXPORT size_t | removeTracks (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasGenre (const ID3_TagImpl &) |
ID3_C_EXPORT String | getGenre (const ID3_TagImpl &) |
ID3_C_EXPORT size_t | getGenreNum (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setGenre (ID3_TagImpl &, size_t ucGenre) |
ID3_C_EXPORT size_t | removeGenres (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasLyrics (const ID3_TagImpl &) |
ID3_C_EXPORT String | getLyrics (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setLyrics (ID3_TagImpl &, String, String, String) |
ID3_C_EXPORT size_t | removeLyrics (ID3_TagImpl &) |
ID3_C_EXPORT String | getLyricist (const ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | setLyricist (ID3_TagImpl &, String) |
ID3_C_EXPORT size_t | removeLyricists (ID3_TagImpl &) |
ID3_C_EXPORT ID3_Frame * | hasSyncLyrics (const ID3_TagImpl &, String lang, String desc) |
ID3_C_EXPORT ID3_Frame * | setSyncLyrics (ID3_TagImpl &, BString, ID3_TimeStampFormat, String, String, ID3_ContentType) |
ID3_C_EXPORT BString | getSyncLyrics (const ID3_TagImpl &tag, String lang, String desc) |
|
Definition at line 165 of file helpers.cpp. References getFrameText(), and ID3FID_ALBUM. Referenced by dami::id3::v1::render(). |
|
Definition at line 130 of file helpers.cpp. References getString(), hasArtist(), and ID3FN_TEXT. Referenced by dami::id3::v1::render(). |
|
Definition at line 252 of file helpers.cpp. References ID3_TagImpl::Find(), getString(), ID3FID_COMMENT, ID3FN_DESCRIPTION, and ID3FN_TEXT. |
|
Definition at line 99 of file helpers.cpp. References ID3_TagImpl::Find(), getString(), and ID3FN_TEXT. Referenced by getAlbum(), getGenre(), getLyricist(), getLyrics(), getTitle(), getTrack(), and getYear(). |
|
Definition at line 383 of file helpers.cpp. References getFrameText(), and ID3FID_CONTENTTYPE. Referenced by getGenreNum(). |
|
Definition at line 388 of file helpers.cpp. References getGenre(), and dami::min(). Referenced by dami::id3::v1::render(). |
|
Definition at line 478 of file helpers.cpp. References getFrameText(), and ID3FID_LYRICIST. |
|
Definition at line 434 of file helpers.cpp. References getFrameText(), and ID3FID_UNSYNCEDLYRICS. |
|
Definition at line 43 of file helpers.cpp. References ID3_Field::GetEncoding(), ID3_Field::GetRawText(), ID3TE_ASCII, ID3_Field::SetEncoding(), and ID3_Field::Size(). Referenced by getArtist(), getComment(), getFrameText(), getV1Comment(), removeComments(), setComment(), and setLyrics(). |
|
Definition at line 63 of file helpers.cpp. References ID3_Field::GetEncoding(), ID3_Field::GetNumTextItems(), ID3_Field::GetRawTextItem(), ID3TE_ASCII, and ID3_Field::SetEncoding(). |
|
Definition at line 527 of file helpers.cpp. References ID3_TagImpl::Find(), ID3_Field::GetRawBinary(), ID3FID_SYNCEDLYRICS, ID3FN_DATA, NULL, and ID3_Field::Size(). |
|
Definition at line 188 of file helpers.cpp. References getFrameText(), and ID3FID_TITLE. Referenced by dami::id3::v1::render(). |
|
Definition at line 345 of file helpers.cpp. References getFrameText(), and ID3FID_TRACKNUM. Referenced by getTrackNum(). |
|
Definition at line 350 of file helpers.cpp. References getTrack(). Referenced by dami::id3::v1::render(). |
|
Definition at line 243 of file helpers.cpp. References ID3_TagImpl::Find(), getString(), ID3FID_COMMENT, ID3FN_DESCRIPTION, ID3FN_TEXT, and STR_V1_COMMENT_DESC. Referenced by dami::id3::v1::render(). |
|
Definition at line 211 of file helpers.cpp. References getFrameText(), and ID3FID_YEAR. Referenced by dami::id3::v1::render(). |
|
Definition at line 159 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_ALBUM. |
|
Definition at line 120 of file helpers.cpp. References ID3_TagImpl::Find(), ID3FID_BAND, ID3FID_COMPOSER, ID3FID_CONDUCTOR, ID3FID_LEADARTIST, and NULL. Referenced by getArtist(), and removeArtists(). |
|
Definition at line 237 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_COMMENT. |
|
Definition at line 377 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_CONTENTTYPE. |
|
Definition at line 428 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_UNSYNCEDLYRICS. |
|
Definition at line 495 of file helpers.cpp. References ID3_TagImpl::Find(), ID3FID_SYNCEDLYRICS, and NULL. |
|
Definition at line 182 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_TITLE. |
|
Definition at line 339 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_TRACKNUM. |
|
Definition at line 228 of file helpers.cpp. References ID3_TagImpl::Find(), ID3FID_COMMENT, ID3FN_DESCRIPTION, NULL, and STR_V1_COMMENT_DESC. |
|
Definition at line 205 of file helpers.cpp. References ID3_TagImpl::Find(), and ID3FID_YEAR. |
|
Definition at line 137 of file tag_parse.cpp. References ID3_Reader::getCur(), ID3_TagHeader::Parse(), and ID3_TagHeader::SIZE. |
|
Definition at line 175 of file helpers.cpp. References ID3FID_ALBUM, and removeFrames(). |
|
Definition at line 303 of file helpers.cpp. References ID3FID_COMMENT, and removeFrames(). |
|
Definition at line 142 of file helpers.cpp. References hasArtist(), NULL, and ID3_TagImpl::RemoveFrame(). Referenced by setArtist(). |
|
Definition at line 309 of file helpers.cpp. References ID3_TagImpl::begin(), ID3_TagImpl::end(), getString(), ID3FID_COMMENT, NULL, and ID3_TagImpl::RemoveFrame(). |
|
Definition at line 84 of file helpers.cpp. References ID3_TagImpl::Find(), NULL, and ID3_TagImpl::RemoveFrame(). Referenced by removeAlbums(), removeAllComments(), removeGenres(), removeLyricists(), removeLyrics(), removeTitles(), removeTracks(), and removeYears(). |
|
Definition at line 421 of file helpers.cpp. References ID3FID_CONTENTTYPE, and removeFrames(). |
|
Definition at line 488 of file helpers.cpp. References ID3FID_LYRICIST, and removeFrames(). |
|
Definition at line 473 of file helpers.cpp. References ID3FID_UNSYNCEDLYRICS, and removeFrames(). |
|
Definition at line 198 of file helpers.cpp. References ID3FID_TITLE, and removeFrames(). |
|
Definition at line 370 of file helpers.cpp. References ID3FID_TRACKNUM, and removeFrames(). |
|
Definition at line 221 of file helpers.cpp. References ID3FID_YEAR, and removeFrames(). |
|
Definition at line 78 of file tag_render.cpp. References ID3_TagImpl::NumFrames(). |
|
Definition at line 170 of file helpers.cpp. References ID3FID_ALBUM, and setFrameText(). |
|
Definition at line 136 of file helpers.cpp. References ID3FID_LEADARTIST, removeArtists(), and setFrameText(). |
|
Definition at line 258 of file helpers.cpp. References ID3_TagImpl::begin(), ID3_TagImpl::end(), getString(), ID3FID_COMMENT, ID3FN_DESCRIPTION, and NULL. |
|
Definition at line 105 of file helpers.cpp. References ID3_TagImpl::AttachFrame(), ID3_TagImpl::Find(), ID3FN_TEXT, and NULL. Referenced by setAlbum(), setArtist(), setGenre(), setLyricist(), setTitle(), setTrack(), and setYear(). |
|
Definition at line 414 of file helpers.cpp. References ID3FID_CONTENTTYPE, setFrameText(), and dami::toString(). |
|
Definition at line 483 of file helpers.cpp. References ID3FID_LYRICIST, and setFrameText(). |
|
Definition at line 439 of file helpers.cpp. References ID3_TagImpl::begin(), ID3_TagImpl::end(), getString(), ID3FID_COMMENT, ID3FN_DESCRIPTION, and NULL. |
|
Definition at line 503 of file helpers.cpp. References ID3_TagImpl::AttachFrame(), ID3_TagImpl::Find(), ID3FID_SYNCEDLYRICS, ID3FN_CONTENTTYPE, ID3FN_DATA, ID3FN_TIMESTAMPFORMAT, and NULL. |
|
Definition at line 193 of file helpers.cpp. References ID3FID_TITLE, and setFrameText(). |
|
Definition at line 356 of file helpers.cpp. References ID3FID_TRACKNUM, NULL, setFrameText(), and dami::toString(). |
|
Definition at line 216 of file helpers.cpp. References ID3FID_YEAR, and setFrameText(). |