Gst.URIHandler.prototype.set_uri
function set_uri(uri:String):Boolean {
// Gjs wrapper for gst_uri_handler_set_uri()
}Tries to set the URI of the given handler.
- uri
URI to set
- Returns
TRUE if the URI was set successfully, else FALSE.
function set_uri(uri:String):Boolean {
// Gjs wrapper for gst_uri_handler_set_uri()
}Tries to set the URI of the given handler.
URI to set
TRUE if the URI was set successfully, else FALSE.