mpv_node_list.values

struct mpv_node_list
mpv_node* values;

Detailed Description

MPV FORMAT NODE ARRAY

valuesN refers to value of the Nth item

MPV FORMAT NODE MAP

valuesN refers to value of the Nth key/value pair

If num > 0, values[0] to values[num-1] (inclusive) are valid. Otherwise, this can be NULL.

Meta