Gst.ElementFactory.prototype.list_is_type

function list_is_type(type:Gst.ElementFactoryListType):Boolean {
    // Gjs wrapper for gst_element_factory_list_is_type()
}

Check if factory is of the given types.

type

a Gst.ElementFactoryListType

Returns

true if factory is of type.