QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
QGst::VideoOverlay Interface Reference

#include <QGst/VideoOverlay>

Inheritance diagram for QGst::VideoOverlay:
Inheritance graph
[legend]
Collaboration diagram for QGst::VideoOverlay:
Collaboration graph
[legend]

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)
 
- Public Member Functions inherited from QGlib::ObjectBase
ParamSpecPtr findProperty (const char *name) const
 
QList< ParamSpecPtrlistProperties () 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

- Protected Member Functions inherited from QGlib::ObjectBase
virtual void ref (bool increaseRef)
 
virtual void unref ()
 
- Protected Member Functions inherited from QGlib::RefCountedObject
template<class T >
T * object () const
 
- Protected Attributes inherited from QGlib::RefCountedObject
void * m_object
 

Detailed Description

Wrapper class for GstVideoOverlay.

Definition at line 31 of file videooverlay.h.

Member Function Documentation

◆ expose()

void QGst::VideoOverlay::expose ( )

Definition at line 25 of file videooverlay.cpp.

◆ setWindowHandle()

void QGst::VideoOverlay::setWindowHandle ( WId  id)

Definition at line 30 of file videooverlay.cpp.

◆ enableEventHandling()

void QGst::VideoOverlay::enableEventHandling ( bool  enabled)

Definition at line 41 of file videooverlay.cpp.

◆ setRenderRectangle() [1/2]

bool QGst::VideoOverlay::setRenderRectangle ( int  x,
int  y,
int  width,
int  height 
)

Definition at line 46 of file videooverlay.cpp.

◆ setRenderRectangle() [2/2]

bool QGst::VideoOverlay::setRenderRectangle ( const QRect &  rect)

Definition at line 51 of file videooverlay.cpp.

◆ isPrepareWindowHandleMessage()

bool QGst::VideoOverlay::isPrepareWindowHandleMessage ( const MessagePtr msg)
static

Definition at line 56 of file videooverlay.cpp.


The documentation for this interface was generated from the following files: