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