#include <client.h>
|
int | num_args |
| Arbitrary arguments chosen by the sender of the message. More...
|
|
const char ** | args |
|
Definition at line 1680 of file client.h.
◆ args
const char** mpv_event_client_message::args |
◆ num_args
int mpv_event_client_message::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.
Definition at line 1687 of file client.h.
The documentation for this struct was generated from the following file:
- mpv-dev-x86_64-20200718/include/client.h