Expand description
IPC handling thread/task. Handles communication between Mpv instances and mpvโs unix socket
Structsยง
- MpvIpc ๐
- Container for all state that regards communication with the mpv IPC socket
and message passing with
Mpvcontrollers. - MpvIpc
Event ๐ - A deserialized and partially parsed event from mpv.
- MpvIpc
Response ๐ MpvIpcโs response to aMpvIpcCommand.
Enumsยง
- MpvIpc
Command ๐ - Commands that can be sent to
MpvIpc
Functionsยง
- parse_
mpv_ ๐response_ data - This function does the most basic JSON parsing and error handling for status codes and errors that all responses from mpv are expected to contain.