gstreamer-0.10 Reference Manual

Synopsis

public interface URIHandler {
    public    signal void               new_uri                   ( string              uri )  ;


    public    uint                      get_uri_type              (  ) ;
    public    abstract weak string      get_protocols             (  ) ;
    public    abstract weak string      get_protocols_full        ( GLib.Type           type ) ;
    public    abstract URIType          get_type                  (  ) ;
    public    abstract URIType          get_type_full             ( GLib.Type           type ) ;
    public    abstract weak string      get_uri                   (  ) ;
    public    abstract bool             set_uri                   ( string              uri ) ;
}

Description

Details

Signal Details

new_uri
    public    signal void               new_uri                   ( string              uri )  ;		

Property Details

Method Details

get_uri_type ()
    public    uint                      get_uri_type              (  ) ;		

get_protocols ()
    public    abstract weak string      get_protocols             (  ) ;		

get_protocols_full ()
    public    abstract weak string      get_protocols_full        ( GLib.Type           type ) ;		

get_type ()
    public    abstract URIType          get_type                  (  ) ;		

get_type_full ()
    public    abstract URIType          get_type_full             ( GLib.Type           type ) ;		

get_uri ()
    public    abstract weak string      get_uri                   (  ) ;		

set_uri ()
    public    abstract bool             set_uri                   ( string              uri ) ;		


Created by Valadoc