Searched refs:image_contents (Results 1 – 1 of 1) sorted by relevance
202 string image_contents; in GetAlbumCover() local206 image_contents = CTagLibHelper::GetMp3AlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()209 image_contents = CTagLibHelper::GetAsfAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()212 image_contents = CTagLibHelper::GetM4aAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()215 image_contents = CTagLibHelper::GetApeAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()218 image_contents = CTagLibHelper::GetFlacAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()221 image_contents = CTagLibHelper::GetOggAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()224 image_contents = CTagLibHelper::GetWavAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()227 image_contents = CTagLibHelper::GetTtaAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()233 image_contents = CTagLibHelper::GetSpxAlbumCover(m_song_info.file_path, image_type); in GetAlbumCover()[all …]