MCPcopy Create free account
hub / github.com/CasparCG/client / ClearOutputCommand

Method ClearOutputCommand

src/Core/Commands/ClearOutputCommand.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QtCore/QXmlStreamWriter>
4
5ClearOutputCommand::ClearOutputCommand(QObject* parent)
6 : AbstractCommand(parent)
7{
8}
9
10bool ClearOutputCommand::getClearChannel() const
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected