Searched defs:SupportedFormat (Results 1 – 2 of 2) sorted by relevance
63 struct SupportedFormat //一种支持的音频文件格式 struct65 wstring file_name; //插件的文件名66 wstring description; //文件格式的描述67 wstring extensions_list; //文件扩展名列表(格式形如:*.mp3;*.wav)68 vector<wstring> extensions; //文件格式的扩展名(不含圆点)
2505 bool SupportedFormat(const FORMATETC *pFE) noexcept { in SupportedFormat() function