Gst.URIHandler

const Gst = imports.gi.Gst;

let u_ri_handler = new Gst.URIHandler();
  

The URIHandler is an interface that is implemented by Source and Sink Gst.Element to simplify then handling of URI.

An application can use the following functions to quickly get an element that handles the given URI for reading or writing (make_from_uri).

Source and Sink plugins should implement this interface when possible.

Last reviewed on 2005-11-09 (0.9.4)

Hierarchy

  • Gst.URIHandler