[][src]Function libmpv_sys::mpv_get_property_osd_string

pub unsafe extern "C" fn mpv_get_property_osd_string(
    ctx: *mut mpv_handle,
    name: *const c_char
) -> *mut c_char

Return the property as "OSD" formatted string. This is the same as mpv_get_property_string, but using MPV_FORMAT_OSD_STRING.

@return Property value, or NULL if the property can't be retrieved. Free the string with mpv_free().