Get the current reader, such as a FFmpegReader
| 46 | |
| 47 | // Get the current reader, such as a FFmpegReader |
| 48 | openshot::ReaderBase* PlayerBase::Reader() { |
| 49 | return reader; |
| 50 | } |
| 51 | |
| 52 | // Set the current reader, such as a FFmpegReader |
| 53 | void PlayerBase::Reader(openshot::ReaderBase *new_reader) { |
nothing calls this directly
no outgoing calls
no test coverage detected