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

Method FormatModel

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

Source from the content-addressed store, hash-verified

1#include "FormatModel.h"
2
3FormatModel::FormatModel(int id, const QString& name, int width, int height, const QString& fps)
4 : id(id), name(name), width(width), height(height), fps(fps)
5{
6}
7
8int FormatModel::getId() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected