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

Method GetFrame

src/Clip.cpp:449–453  ·  view source on GitHub ↗

Create an openshot::Frame object for a specific frame number of this reader.

Source from the content-addressed store, hash-verified

447
448// Create an openshot::Frame object for a specific frame number of this reader.
449std::shared_ptr<Frame> Clip::GetFrame(int64_t clip_frame_number)
450{
451 // Call override of GetFrame
452 return GetFrame(NULL, clip_frame_number, NULL);
453}
454
455// Create an openshot::Frame object for a specific frame number of this reader.
456// NOTE: background_frame is ignored in this method (this method is only used by Effect classes)

Callers 15

GetMaskImageMethod · 0.45
WriteFrameMethod · 0.45
detectObjectsClipMethod · 0.45
stabilizeClipMethod · 0.45
getNextAudioBlockMethod · 0.45
GetOrCreateFrameMethod · 0.45
WriteFrameMethod · 0.45
WriteFrameMethod · 0.45
trackClipMethod · 0.45
get_imageMethod · 0.45
ExampleHtml.pyFile · 0.45

Calls 6

ReaderClosedClass · 0.85
GetWidthMethod · 0.80
GetHeightMethod · 0.80
GetAudioSamplesCountMethod · 0.80
GetAudioChannelsCountMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected