コード例 #1
0
ファイル: clk_commands.cpp プロジェクト: CasparCG/Server
 void reset()
 {
     channel_->stage().clear(core::cg_proxy::DEFAULT_LAYER);
     clock_loaded_ = false;
     CASPAR_LOG(info) << L"CLK: Recieved and executed reset-command";
 }