MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / make_fps

Function make_fps

plugins/scripting/utils/properties-view.cpp:1119–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117}
1118
1119static media_frames_per_second make_fps(uint32_t num, uint32_t den)
1120{
1121 media_frames_per_second fps{};
1122 fps.numerator = num;
1123 fps.denominator = den;
1124 return fps;
1125}
1126
1127static const common_frame_rate common_fps[] = {
1128 {"240", {240, 1}}, {"144", {144, 1}},

Callers 2

CreateSimpleFPSValuesFunction · 0.85
FrameRateChangedRationalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected