pub unsafe extern "C" fn mpv_command_string(
ctx: *mut mpv_handle,
args: *const c_char,
) -> c_intExpand description
Same as mpv_command, but use input.conf parsing for splitting arguments. This is slightly simpler, but also more error prone, since arguments may need quoting/escaping.
This also has OSD and string expansion enabled by default.