Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DAudioCommon.h63 struct SupportedFormat //一种支持的音频文件格式 struct
65 wstring file_name; //插件的文件
66 wstring description; //文件格式的描
67 wstring extensions_list; //文件扩展名列表(格式形如:*.mp3;*.wav
68 vector<wstring> extensions; //文件格式的扩展名(不含圆点
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx2505 bool SupportedFormat(const FORMATETC *pFE) noexcept { in SupportedFormat() function