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

Method ParentTimeline

src/Clip.cpp:441–446  ·  view source on GitHub ↗

Set associated Timeline pointer

Source from the content-addressed store, hash-verified

439
440// Set associated Timeline pointer
441void Clip::ParentTimeline(openshot::TimelineBase* new_timeline) {
442 timeline = new_timeline;
443
444 // Clear cache (it might have changed)
445 final_cache.Clear();
446}
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)

Callers 11

AddEffectMethod · 0.45
UpdateAudioInfoMethod · 0.45
ProcessVideoPacketMethod · 0.45
ExtractSamplesMethod · 0.45
AddClipMethod · 0.45
AddEffectMethod · 0.45
SetJsonValueMethod · 0.45
calculate_max_sizeMethod · 0.45
GetFrameMethod · 0.45
GetFrameMethod · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected