QtGStreamer 1.2.0
|
#include <QGst/VideoOverlay>
Public Member Functions | |
void | expose () |
void | setWindowHandle (WId id) |
void | enableEventHandling (bool enabled) |
bool | setRenderRectangle (int x, int y, int width, int height) |
bool | setRenderRectangle (const QRect &rect) |
![]() | |
ParamSpecPtr | findProperty (const char *name) const |
QList< ParamSpecPtr > | listProperties () const |
Value | property (const char *name) const |
template<class T > | |
void | setProperty (const char *name, const T &value) |
void | setProperty (const char *name, const Value &value) |
void * | data (const char *key) const |
void * | stealData (const char *key) const |
void | setData (const char *key, void *data, void(*destroyCallback)(void *)=NULL) |
void * | quarkData (const Quark &quark) const |
void * | stealQuarkData (const Quark &quark) const |
void | setQuarkData (const Quark &quark, void *data, void(*destroyCallback)(void *)=NULL) |
Static Public Member Functions | |
static bool | isPrepareWindowHandleMessage (const MessagePtr &msg) |
Additional Inherited Members | |
![]() | |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
void * | m_object |
Wrapper class for GstVideoOverlay.
Definition at line 31 of file videooverlay.h.
void QGst::VideoOverlay::expose | ( | ) |
Definition at line 25 of file videooverlay.cpp.
void QGst::VideoOverlay::setWindowHandle | ( | WId | id | ) |
Definition at line 30 of file videooverlay.cpp.
void QGst::VideoOverlay::enableEventHandling | ( | bool | enabled | ) |
Definition at line 41 of file videooverlay.cpp.
bool QGst::VideoOverlay::setRenderRectangle | ( | int | x, |
int | y, | ||
int | width, | ||
int | height | ||
) |
Definition at line 46 of file videooverlay.cpp.
bool QGst::VideoOverlay::setRenderRectangle | ( | const QRect & | rect | ) |
Definition at line 51 of file videooverlay.cpp.
|
static |
Definition at line 56 of file videooverlay.cpp.