mpv_event_property

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct mpv_event_property {}

Members

Variables

data
void* data;

Received property value. Depends on the format. This is like the pointer argument passed to mpv_get_property().

format
mpv_format format;

Format of the data field in the same struct. See enum mpv_format. This is always the same format as the requested format, except when the property could not be retrieved (unavailable, or an error happened), in which case the format is MPV_FORMAT_NONE.

name
const(char)* name;

Name of the property.

Meta