MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getVideoSize

Method getVideoSize

framework/video/smk.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 unsigned getFrameCount() const override { return this->frame_count; }
78 Vec2<int> getVideoSize() const override { return this->frame_size; }
79
80 sp<FrameImage> popImage() override
81 {

Callers 1

VideoScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected