MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / get

Method get

examples/VulkanBenchmark.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 AVFrame* get() const { return frame; }
95 AVFrame* release() {
96 AVFrame* value = frame;
97 frame = nullptr;

Callers 15

GetFrameMethod · 0.45
GetOrCreateFrameMethod · 0.45
apply_backgroundMethod · 0.45
apply_keyframesMethod · 0.45
WriteFrameMethod · 0.45
OpenMethod · 0.45
ResolveWaveformReaderMethod · 0.45
GetFrameMethod · 0.45
OpenMethod · 0.45
OpenMethod · 0.45
load_svg_pathMethod · 0.45
GetWaveformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected