Searched defs:tag (Results 1 – 6 of 6) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | TagLibHelper.cpp | 62 static void SongInfoToTag(const SongInfo& song_info, Tag* tag) in SongInfoToTag() 90 static void TagToSongInfo(SongInfo& song_info, Tag* tag, bool to_local) in TagToSongInfo() 197 static void GetApeTagAlbumCover(APE::Tag* tag, string& cover_contents, int& type) in GetApeTagAlbumCover() 232 static void WriteApeTagAlbumCover(APE::Tag* tag, const std::wstring& album_cover_path, bool remove_… in WriteApeTagAlbumCover() 257 static void WriteXiphCommentAlbumCover(Ogg::XiphComment* tag, const std::wstring& album_cover_path,… in WriteXiphCommentAlbumCover() 279 static void GetXiphCommentAlbumCover(Ogg::XiphComment* tag, string& cover_contents, int& type) in GetXiphCommentAlbumCover() 335 void GetTagPropertyMap(T* tag, std::map<std::wstring, std::wstring>& property_map) in GetTagPropertyMap() 502 auto tag = file.tag(); in getM4aPropertyMap() local 518 auto tag = file.tag(); in getAsfPropertyMap() local 540 auto tag = file.tag(); in getOggPropertyMap() local [all …]
|
H A D | StrTable.cpp | 48 wstring tag = file.GetString(L"general", L"BCP_47", L""); in Init() local 71 for (const wstring& tag : user_language_list) in Init() local
|
H A D | BASSWmaLibrary.h | 35 BOOL BASS_WMA_EncodeSetTagW(HWMENCODE handle, const wchar_t *tag, const wchar_t *text) in BASS_WMA_EncodeSetTagW()
|
H A D | COSUPlayerHelper.cpp | 271 void COSUFile::GetTag(const string & tag, string & tag_content) in GetTag() 282 wstring COSUFile::GetTagItem(const string & tag, const string & tag_content) in GetTagItem()
|
H A D | TagSelBaseDlg.cpp | 194 void CTagSelBaseDlg::OnTagBtnClicked(const wstring& tag) in OnTagBtnClicked()
|
H A D | Common.cpp | 1462 for (const wstring& tag : language_tag) in SetThreadLanguageList() local
|