Skip to main content

command

Function command 

Source
pub fn command(mpv: &Mpv, args: &[&str]) -> Result<(), String>
Expand description

Run an mpv command with each argument passed through verbatim.

TRACES: UR-003, UR-004 | DR-298 | UT-268