public boolean reconfigureElement(Element element) { return gst.gst_device_reconfigure_element(this, element); }
public Structure getProperties() { return gst.gst_device_get_properties(this); }
public boolean hasClasses(String[] classes) { return gst.gst_device_has_classesv(this, classes); }
public String getDisplayName() { return gst.gst_device_get_display_name(this); }
public String getDeviceClass() { return gst.gst_device_get_device_class(this); }
public Caps getCaps() { return gst.gst_device_get_caps(this); }
public Element createElement(String name) { return gst.gst_device_create_element(this, name); }