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

Method Reader

src/PlayerBase.cpp:48–50  ·  view source on GitHub ↗

Get the current reader, such as a FFmpegReader

Source from the content-addressed store, hash-verified

46
47// Get the current reader, such as a FFmpegReader
48openshot::ReaderBase* PlayerBase::Reader() {
49 return reader;
50}
51
52// Set the current reader, such as a FFmpegReader
53void PlayerBase::Reader(openshot::ReaderBase *new_reader) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected