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

Method Reader

src/FrameMapper.h:293–293  ·  view source on GitHub ↗

Set the current reader

Source from the content-addressed store, hash-verified

291
292 /// Set the current reader
293 void Reader(ReaderBase *new_reader) { reader = new_reader; }
294
295 /// Resample audio and map channels (if needed)
296 void ResampleMappedAudio(std::shared_ptr<Frame> frame, int64_t original_frame_number);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected