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

#include <QGst/UriHandler>

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

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< 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 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
template<class T >
T * object () const
 
- Protected Attributes inherited from QGlib::RefCountedObject
void * m_object
 

Detailed Description

Wrapper class for GstURIHandler.

Definition at line 29 of file urihandler.h.

Member Function Documentation

◆ protocolIsSupported()

bool QGst::UriHandler::protocolIsSupported ( UriType  type,
const char *  protocol 
)
static

Definition at line 26 of file urihandler.cpp.

◆ makeFromUri()

ElementPtr QGst::UriHandler::makeFromUri ( UriType  type,
const QUrl &  uri,
const char *  elementName = NULL 
)
static

Definition at line 32 of file urihandler.cpp.

◆ uriType()

UriType QGst::UriHandler::uriType ( ) const

Definition at line 45 of file urihandler.cpp.

◆ supportedProtocols()

QStringList QGst::UriHandler::supportedProtocols ( ) const

Definition at line 50 of file urihandler.cpp.

◆ uri()

QUrl QGst::UriHandler::uri ( ) const

Definition at line 62 of file urihandler.cpp.

◆ setUri()

bool QGst::UriHandler::setUri ( const QUrl &  uri)

Definition at line 69 of file urihandler.cpp.


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