Scale Points¶
-
const LilvNode *
lilv_scale_point_get_label
(const LilvScalePoint *point)¶ Get the label of this scale point (enumeration value).
Returned value is owned by
point
and must not be freed.
-
const LilvNode *
lilv_scale_point_get_value
(const LilvScalePoint *point)¶ Get the value of this scale point (enumeration value).
Returned value is owned by
point
and must not be freed.