[][src]Constant libmpv_sys::mpv_format_MPV_FORMAT_OSD_STRING

pub const mpv_format_MPV_FORMAT_OSD_STRING: mpv_format = 2;

The basic type is char*. It returns the OSD property string, like using ${property} in input.conf (see input.rst). In many cases, this is the same as the raw string, but in other cases it's formatted for display on OSD. It's intended to be human readable. Do not attempt to parse these strings.

Only valid when doing read access. The rest works like MPV_FORMAT_STRING.