mpv_event_command

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct mpv_event_command {}

Members

Variables

result
mpv_node result;

Result data of the command. Note that success/failure is signaled separately via mpv_event.error. This field is only for result data in case of success. Most commands leave it at MPV_FORMAT_NONE. Set to MPV_FORMAT_NONE on failure.

Meta