Expand description
JSON parsing logic for properties returned by
[Event::PropertyChange], and used internally in MpvExt
to parse the response from Mpv::get_property().
This module is used to parse the json data from the data field of
known properties. Mpv has about 1000 different properties
as of v0.38.0, so this module will only implement the most common ones.
Enumsยง
- An incomplete list of properties that mpv can return.
Functionsยง
- Parse a highlevel
Propertyobject from mpv data.