17 #ifndef QGST_URIHANDLER_H 18 #define QGST_URIHANDLER_H 21 #include "../QGlib/object.h" 31 QGST_WRAPPER_DIFFERENT_C_CLASS(
UriHandler, URIHandler)
33 static bool protocolIsSupported(UriType type,
const char *protocol);
34 static ElementPtr makeFromUri(UriType type,
const QUrl & uri,
const char *elementName = NULL);
36 UriType uriType()
const;
37 QStringList supportedProtocols()
const;
39 bool setUri(
const QUrl & uri);
47 #endif // QGST_URIHANDLER_H
Wrapper class for GstURIHandler.
Base class for interface wrappers.
Wrappers for GStreamer classes.