Functions | |
bool | parse (ID3_TagImpl &, ID3_Reader &) |
void | render (ID3_Writer &, const ID3_TagImpl &) |
bool dami::id3::v1::parse | ( | ID3_TagImpl & | , | |
ID3_Reader & | ||||
) |
Definition at line 35 of file tag_parse_v1.cpp.
References ID3_Reader::getBeg(), ID3_Reader::getCur(), ID3_V1_LEN, ID3_V1_LEN_ALBUM, ID3_V1_LEN_ARTIST, ID3_V1_LEN_COMMENT, ID3_V1_LEN_ID, ID3_V1_LEN_TITLE, ID3_V1_LEN_YEAR, ID3_Reader::readChar(), ID3_Reader::setCur(), and STR_V1_COMMENT_DESC.
void dami::id3::v1::render | ( | ID3_Writer & | , | |
const ID3_TagImpl & | ||||
) |
Definition at line 42 of file tag_render.cpp.
References ID3_V1_LEN_ALBUM, ID3_V1_LEN_ARTIST, ID3_V1_LEN_COMMENT, ID3_V1_LEN_TITLE, ID3_V1_LEN_YEAR, ID3_Writer::writeChar(), and ID3_Writer::writeChars().