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_client_message Struct Reference

#include <client.h>

Public Attributes

int num_args
 Arbitrary arguments chosen by the sender of the message. More...
 
const char ** args
 

Detailed Description

Definition at line 1680 of file client.h.

Member Data Documentation

◆ args

const char** mpv_event_client_message::args

Definition at line 1688 of file client.h.

◆ 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: