Stop the video player and clear the cached frames
| 41 | |
| 42 | // Stop the video player and clear the cached frames |
| 43 | void PlayerBase::Stop() { |
| 44 | mode = PLAYBACK_STOPPED; |
| 45 | } |
| 46 | |
| 47 | // Get the current reader, such as a FFmpegReader |
| 48 | openshot::ReaderBase* PlayerBase::Reader() { |
nothing calls this directly
no outgoing calls
no test coverage detected