Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mpv_ipc/mod.ts>MpvIPC#sendCommand

🦕 mpv-player/mpv JSON IPC wrapper for Deno
Latest
method MpvIPC.prototype.sendCommand
import { MpvIPC } from "https://deno.land/x/mpv_ipc@0.1.0/mod.ts";

Parameters

command: string
...args: (string | number | boolean)[]