mpv_set_property_string

Convenience function to set a property to a string value.

This is like calling mpv_set_property() with MPV_FORMAT_STRING.

extern (C)
int
mpv_set_property_string
(,
const(char)* name
,
const(char)* data
)

Meta