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

Method getFrame

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

Return the current frame object

Source from the content-addressed store, hash-verified

79
80 /// Return the current frame object
81 std::shared_ptr<Frame> getFrame() const { return frame; }
82
83 /// Set Speed (The speed and direction to playback a reader (1=normal, 2=fast, 3=faster, -1=rewind, etc...)
84 void setSpeed(int new_speed) { speed = new_speed; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected