Function mpvipc::ipc::run_mpv_command

source ·
pub fn run_mpv_command(
    instance: &Mpv,
    command: &str,
    args: &[&str]
) -> Result<(), Error>