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.
|
explicit |
Definition at line 35 of file videoitem.cpp.
|
virtual |
Definition at line 42 of file videoitem.cpp.
VideoSurface * VideoItem::surface | ( | ) | const |
Definition at line 48 of file videoitem.cpp.
void VideoItem::setSurface | ( | VideoSurface * | surface | ) |
Definition at line 53 of file videoitem.cpp.
|
protectedvirtual |
Reimplemented from QQuickItem.
Definition at line 67 of file videoitem.cpp.
|
readwrite |
Definition at line 43 of file videoitem.h.