Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cpasjuste/pplay
/ getEvent
Method
getEvent
src/player/mpv.cpp:231–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
mpv_event *Mpv::getEvent() {
232
return mpv_wait_event(handle, 0);
233
}
234
235
mpv_handle *Mpv::getHandle() {
236
return handle;
Callers
1
onUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected