MCPcopy Create free account
hub / github.com/Stremio/stremio-shell / command

Method command

mpv.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void MpvObject::command(const QVariant& params)
196{
197 // does mpv_command_node internally; maybe we should use async? However, it seems async is not really needed atm...
198 mpv::qt::command(mpv, params);
199}
200
201void MpvObject::setProperty(const QString& name, const QVariant& value)
202{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected