Home
last modified time | relevance | path

Searched refs:GetSpxAlbumCover (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTagLibHelper.h24 static string GetSpxAlbumCover(const wstring& file_path, int& type);
H A DAudioTag.cpp233 image_contents = CTagLibHelper::GetSpxAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()
H A DTagLibHelper.cpp752 string CTagLibHelper::GetSpxAlbumCover(const std::wstring& file_path, int& type) in GetSpxAlbumCover() function in CTagLibHelper