[][src]Function libmpv_sys::mpv_command_string

pub unsafe extern "C" fn mpv_command_string(
    ctx: *mut mpv_handle,
    args: *const c_char
) -> c_int

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.