mpv_node_list.keys

struct mpv_node_list
char** keys;

Detailed Description

MPV FORMAT NODE ARRAY

unused (typically NULL), access is not allowed

MPV FORMAT NODE MAP

keysN refers to key of the Nth key/value pair. If num > 0, keys[0] to keys[num-1] (inclusive) are valid. Otherwise, this can be NULL. The keys are in random order. The only guarantee is that keysN belongs to the value valuesN. NULL keys are not allowed.

Meta