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

Method Reader

src/AudioReaderSource.h:92–92  ·  view source on GitHub ↗

Set Reader

Source from the content-addressed store, hash-verified

90
91 /// Set Reader
92 void Reader(ReaderBase *audio_reader) { reader = audio_reader; }
93 /// Get Reader
94 ReaderBase* Reader() const { return reader; }
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected