URIHandler
Object Hierarchy:
Gst.URIHandler
Gst.URIHandler
Gst.URIHandler
GLib.Object
GLib.Object
GLib.Object->Gst.URIHandler
Description:
[ CCode ( type_cname = "GstURIHandlerInterface" , type_id = "gst_uri_handler_get_type ()" ) ]public interface URIHandler : Object
The URIHandler is an interface that is implemented by Source and Sink
Element to unify handling of URI.
An application can use the following functions to quickly get an element that handles the given URI for reading or writing
(gst_element_make_from_uri()).
Source and Sink plugins should implement this interface when possible.
Content:
Methods:
public abstract unowned string []? get_protocols ()
Gets the list of protocols supported by
this .
public abstract string ? get_uri ()
Gets the currently handled URI.
public abstract URIType get_uri_type ()
Gets the type of the given URI handler
public abstract bool set_uri (string uri) throws Error
Tries to set the URI of the given handler.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref