VlcVideoDelegate Class Referenceabstract

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.
 

Detailed Description

Video delegate.

This is a helper class, to separate core from display.

Member Function Documentation

virtual WId VlcVideoDelegate::request ( )
pure virtual

Request new video frame.

Request new video frame and its widget ID to set it in the instance.

Returns
widget ID (WId)
See also
VlcMediaPlayer::VlcMediaPlayer()

Implemented in VlcWidgetVideo.


The documentation for this class was generated from the following file: