mpv_event_client_message

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_client_message {}

Members

Variables

args
const(char*)* args;
Undocumented in source.
num_args
int num_args;

Arbitrary arguments chosen by the sender of the message. If num_args > 0, you can access args[0] through args[num_args - 1] (inclusive). What these arguments mean is up to the sender and receiver. None of the valid items are NULL.

Meta