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
Mpv
controllers. - 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 toMpvIpc
Functionsยง
- 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.