Home
last modified time | relevance | path

Searched defs:property_map (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTagLibHelper.cpp335 void GetTagPropertyMap(T* tag, std::map<std::wstring, std::wstring>& property_map) in GetTagPropertyMap()
353 …ring GetMapValue(const std::wstring& key, const std::map<std::wstring, std::wstring>& property_map) in GetMapValue()
362 …erPropertyToSongInfo(SongInfo& song_info, const std::map<std::wstring, std::wstring>& property_map) in OtherPropertyToSongInfo()
490 static void getFlacPropertyMap(FLAC::File& file, std::map<std::wstring, std::wstring>& property_map) in getFlacPropertyMap()
500 static void getM4aPropertyMap(MP4::File& file, std::map<std::wstring, std::wstring>& property_map) in getM4aPropertyMap()
506 static void getMpegPropertyMap(MPEG::File& file, std::map<std::wstring, std::wstring>& property_map) in getMpegPropertyMap()
516 static void getAsfPropertyMap(ASF::File& file, std::map<std::wstring, std::wstring>& property_map) in getAsfPropertyMap()
522 static void getApePropertyMap(APE::File& file, std::map<std::wstring, std::wstring>& property_map) in getApePropertyMap()
530 …c void getWavPropertyMap(RIFF::WAV::File& file, std::map<std::wstring, std::wstring>& property_map) in getWavPropertyMap()
538 …atic void getOggPropertyMap(Vorbis::File& file, std::map<std::wstring, std::wstring>& property_map) in getOggPropertyMap()
[all …]
H A DAudioTag.cpp136 void CAudioTag::GetAudioTagPropertyMap(std::map<wstring, wstring>& property_map) in GetAudioTagPropertyMap() argument
547 bool CAudioTag::GetCuePropertyMap(SongInfo& song_info, std::map<wstring, wstring>& property_map) in GetCuePropertyMap() argument
H A DPropertyAdvancedDlg.cpp89 std::map<wstring, wstring> property_map; in ShowInfo() local
H A DCueFile.cpp335 …e::FindAllProperty(const wstring& str_contents, std::map<std::wstring, std::wstring>& property_map) in FindAllProperty()