GstURIHandlerInterface.getUri

struct GstURIHandlerInterface
extern (C)
char* function(GstURIHandler* handler) getUri;

Return Value

the URI currently handled by the handler. Returns NULL if there are no URI currently handled. The returned string must be freed with g_free() when no longer needed.