Return the current frame object
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected