mpv ~master (2020-09-23T23:56:44Z)
Dub
Repo
mpv_node._Anonymous_0
mpv
client
mpv_node
valid if format==MPV_FORMAT_BYTE_ARRAY
struct
mpv_node
union
_Anonymous_0 {
char
*
string
;
int
flag
;
long
int64
;
double
double_
;
mpv_node_list
*
list
;
mpv_byte_array
*
ba
;
}
Members
Variables
ba
mpv_byte_array
*
ba
;
Undocumented in source.
double_
double
double_
;
Undocumented in source.
flag
int
flag
;
Undocumented in source.
int64
long
int64
;
Undocumented in source.
list
mpv_node_list
*
list
;
Undocumented in source.
string
char
*
string
;
valid if format==MPV_FORMAT_BYTE_ARRAY
Meta
Source
See Implementation
mpv
client
mpv_node
unions
_Anonymous_0
variables
format
u
valid if format==MPV_FORMAT_BYTE_ARRAY