org.gstreamer.lowlevel
public interface GstElementFactoryAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstElementFactoryAPI |
GSTELEMENTFACTORY_API |
static final GstElementFactoryAPI GSTELEMENTFACTORY_API
GType gst_element_factory_get_type()
ElementFactory gst_element_factory_find(String factoryName)
com.sun.jna.Pointer ptr_gst_element_factory_make(String factoryName, String elementName)
com.sun.jna.Pointer ptr_gst_element_factory_create(ElementFactory factory, String elementName)
Element gst_element_factory_create(ElementFactory factory, String elementName)
GType gst_element_factory_get_element_type(ElementFactory factory)
String gst_element_factory_get_longname(ElementFactory factory)
String gst_element_factory_get_klass(ElementFactory factory)
String gst_element_factory_get_description(ElementFactory factory)
String gst_element_factory_get_author(ElementFactory factory)
int gst_element_factory_get_num_pad_templates(ElementFactory factory)
int gst_element_factory_get_uri_type(ElementFactory factory)
GlibAPI.GList gst_element_factory_get_static_pad_templates(ElementFactory factory)
GlibAPI.GList gst_element_factory_list_get_elements(long type, int minrank)
GlibAPI.GList gst_element_factory_list_filter(GlibAPI.GList list, Caps caps, PadDirection direction, boolean subsetonly)
boolean gst_element_factory_can_src_caps(ElementFactory factory, Caps caps)
boolean gst_element_factory_can_sink_caps(ElementFactory factory, Caps caps)
Copyright © 2014. All rights reserved.