Searched defs:tag_identify (Results 1 – 1 of 1) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | AudioTagOld.cpp | 169 const string tag_identify[TAG_NUM]{ "TIT2","TPE1","TALB","TYER","COMM","TCON","TRCK" }; in GetID3V2Tag() local 435 wstring CAudioTagOld::GetSpecifiedId3V2Tag(const string& tag_contents, const string& tag_identify) in GetSpecifiedId3V2Tag() 488 wstring CAudioTagOld::FindOneFlacTag(const string& tag_contents, const string& tag_identify, size_t… in FindOneFlacTag() 503 wstring CAudioTagOld::GetSpecifiedFlacTag(const string& tag_contents, const string& tag_identify) in GetSpecifiedFlacTag() 582 wstring CAudioTagOld::GetSpecifiedUtf8Tag(const string& tag_contents, const string& tag_identify) in GetSpecifiedUtf8Tag()
|