values property
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, values0 to valuesnum-1 (inclusive) are valid.
Otherwise, this can be NULL.
Implementation
external ffi.Pointer<mpv_node> values;