QtGStreamer
1.2.0
|
#include <QGst/Quick/VideoItem>
Inherits QQuickItem.
Public Member Functions | |
VideoItem (QQuickItem *parent=0) | |
VideoSurface * | surface () const |
void | setSurface (VideoSurface *surface) |
Protected Member Functions | |
virtual QSGNode * | updatePaintNode (QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData) |
Properties | |
QGst::Quick::VideoSurface * | surface |
A QQuickItem for displaying video.
This is a QQuickItem subclass that can display video. To use it, you have to create a VideoSurface and connect it with this item using the setSurface() method or the surface property. See the VideoSurface documentation for details and examples.
Definition at line 39 of file videoitem.h.
|
protectedvirtual |
Reimplemented from QQuickItem.
Definition at line 67 of file videoitem.cpp.