libmpv  20200718-git-96cdf53
development library for the MPV media player
Looking for a C++ dev?
I'm looking for work. Hire me!
mpv_event_command Struct Reference

#include <client.h>

Collaboration diagram for mpv_event_command:

Public Attributes

mpv_node result
 Result data of the command. More...
 

Detailed Description

Definition at line 1703 of file client.h.

Member Data Documentation

◆ result

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.

Definition at line 1710 of file client.h.


The documentation for this struct was generated from the following file: