|
QtGStreamer 1.2.0
|
#include <QGst/UriHandler>


Public Member Functions | |
| UriType | uriType () const |
| QStringList | supportedProtocols () const |
| QUrl | uri () const |
| bool | setUri (const QUrl &uri) |
Public Member Functions inherited from QGlib::ObjectBase | |
| 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 | protocolIsSupported (UriType type, const char *protocol) |
| static ElementPtr | makeFromUri (UriType type, const QUrl &uri, const char *elementName=NULL) |
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 | |
| virtual void | ref (bool increaseRef)=0 |
| virtual void | unref ()=0 |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
Wrapper class for GstURIHandler.
Definition at line 29 of file urihandler.h.
|
static |
Definition at line 26 of file urihandler.cpp.
|
static |
Definition at line 32 of file urihandler.cpp.
| UriType QGst::UriHandler::uriType | ( | ) | const |
Definition at line 45 of file urihandler.cpp.
| QStringList QGst::UriHandler::supportedProtocols | ( | ) | const |
Definition at line 50 of file urihandler.cpp.
| QUrl QGst::UriHandler::uri | ( | ) | const |
Definition at line 62 of file urihandler.cpp.
| bool QGst::UriHandler::setUri | ( | const QUrl & | uri | ) |
Definition at line 69 of file urihandler.cpp.