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

Method OscFileModel

src/Core/Models/OscFileModel.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "OscFileModel.h"
2
3OscFileModel::OscFileModel()
4 : currentTime(0), totalTime(0), currentClip(0), totalClip(0), fps(0), name("")
5{
6}
7
8double OscFileModel::getClip() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected