public interface GstInterfacesAPI
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstInterfacesAPI |
GSTINTERFACES_API |
Modifier and Type | Method and Description |
---|---|
boolean |
gst_element_implements_interface(Element element,
GType iface_type) |
com.sun.jna.Pointer |
gst_implements_interface_cast(NativeObject from,
GType type) |
com.sun.jna.Pointer |
gst_implements_interface_check(NativeObject from,
GType type) |
GType |
gst_implements_interface_get_type() |
static final GstInterfacesAPI GSTINTERFACES_API
GType gst_implements_interface_get_type()
com.sun.jna.Pointer gst_implements_interface_cast(NativeObject from, GType type)
com.sun.jna.Pointer gst_implements_interface_check(NativeObject from, GType type)