#include <client.h>
Public Attributes | |
mpv_node | result |
Result data of the command. More... | |
mpv_node mpv_event_command::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.