Home
last modified time | relevance | path

Searched defs:audio_path (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCueFile.cpp158 SongInfo& CCueFile::GetTrackInfo(const std::wstring& audio_path, int track) in GetTrackInfo()
181 …p<std::wstring, std::wstring>& CCueFile::GetTrackPropertyMap(const std::wstring& audio_path, int t… in GetTrackPropertyMap()
H A DAudioCommon.cpp307 wstring audio_path; // 存储上一个存在的song的音频文件(正常情况下用来避免反复CCommon::FileExist) in CheckCueAudioPath() local