#include <foleys_VideoView.h>
Inheritance diagram for VideoView:Public Member Functions | |
| VideoView ()=default | |
| virtual | ~VideoView ()=default |
| virtual void | setClip (std::shared_ptr< AVClip > clip)=0 |
| virtual std::shared_ptr< AVClip > | getClip () const =0 |
| virtual void | setContinuousRepaint (int hz)=0 |
Public Member Functions inherited from TimeCodeAware::Listener | |
| virtual | ~Listener ()=default |
| Destructor. | |
| virtual void | timecodeChanged (int64_t count, double seconds)=0 |
| Listen to this callback to get notified, when the time code changes. | |
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in SoftwareView.
|
pure virtual |
Implemented in SoftwareView.
|
pure virtual |
Implemented in SoftwareView.