org.gstreamer.lowlevel
Interface GstInterfacesAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstInterfacesAPI
extends com.sun.jna.Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstInterfacesAPI GSTINTERFACES_API
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 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()
           
 

Field Detail

GSTINTERFACES_API

static final GstInterfacesAPI GSTINTERFACES_API
Method Detail

gst_implements_interface_get_type

GType gst_implements_interface_get_type()

gst_implements_interface_cast

com.sun.jna.Pointer gst_implements_interface_cast(NativeObject from,
                                                  GType type)

gst_implements_interface_check

com.sun.jna.Pointer gst_implements_interface_check(NativeObject from,
                                                   GType type)

gst_element_implements_interface

boolean gst_element_implements_interface(Element element,
                                         GType iface_type)