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

Method Clip

src/Clip.cpp:199–203  ·  view source on GitHub ↗

Default Constructor for a clip

Source from the content-addressed store, hash-verified

197
198// Default Constructor for a clip
199Clip::Clip() : resampler(NULL), reader(NULL), allocated_reader(NULL), is_open(false)
200{
201 // Init all default settings
202 init_settings();
203}
204
205// Constructor with reader
206Clip::Clip(ReaderBase* new_reader) : resampler(NULL), reader(new_reader), allocated_reader(NULL), is_open(false)

Callers 1

Calls 1

ParentClipMethod · 0.45

Tested by

no test coverage detected