mpv_set_option_string

Convenience function to set an option to a string value. This is like calling mpv_set_option() with MPV_FORMAT_STRING.

@return error code

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

Meta