Gst.ElementFactory.prototype.has_interface

function has_interface(interfacename:String):Boolean {
    // Gjs wrapper for gst_element_factory_has_interface()
}

Check if factory implements the interface with name interfacename.

interfacename

an interface name

Returns

#TRUE when factory implement the interface.