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ยง
- Loop
Property - Property
- An incomplete list of properties that mpv can return.
Functionsยง
- mpv_
array_ ๐to_ playlist - mpv_
data_ ๐to_ playlist_ entry - parse_
property - Parse a highlevel
Property
object from mpv data.