Video delegate. More...
#include <VLCQtCore/VideoDelegate.h>
Public Member Functions | |
| VlcVideoDelegate () | |
| VlcVideoDelegate constructor. | |
| virtual | ~VlcVideoDelegate () |
| VlcVideoDelegate destructor. | |
| virtual WId | request ()=0 |
| Request new video frame. More... | |
| virtual void | release ()=0 |
| Release current video frame. | |
Video delegate.
This is a helper class, to separate core from display.
|
pure virtual |
Request new video frame.
Request new video frame and its widget ID to set it in the instance.
Implemented in VlcWidgetVideo.