Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 7 of 7) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DBASSEncodeLibrary.h32 …HENCODE BASS_Encode_StartW(DWORD handle, const wchar_t *cmdline, DWORD flags, ENCODEPROC *proc, vo… in BASS_Encode_StartW()
H A DBASSWmaLibrary.h35 BOOL BASS_WMA_EncodeSetTagW(HWMENCODE handle, const wchar_t *tag, const wchar_t *text) in BASS_WMA_EncodeSetTagW()
H A DBassCore.cpp106 HPLUGIN handle = BASS_PluginLoad((plugin_dir + plugin_file).c_str(), 0); in InitCore() local
181 for (const auto& handle : m_plugin_handles) //释放插件句柄 in UnInitCore() local
198 void CBassCore::MidiLyricSync(HSYNC handle, DWORD channel, DWORD data, void * user) in MidiLyricSync()
223 void CBassCore::MidiEndSync(HSYNC handle, DWORD channel, DWORD data, void * user) in MidiEndSync()
H A DMusicPlayer2.cpp144 HWND handle = FindWindow(_T("MusicPlayer_l3gwYT"), NULL); //根据类名查找已运行实例窗口的句柄 in InitInstance() local
H A DFfmpegCore.h198 MusicHandle* handle; variable
/MusicPlayer2/scintilla/src/
H A DPerLine.h18 int handle; member
H A DPerLine.cxx67 bool MarkerHandleSet::InsertHandle(int handle, int markerNum) { in InsertHandle()
72 void MarkerHandleSet::RemoveHandle(int handle) { in RemoveHandle()