org.gstreamer.lowlevel
Interface GstValueAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstValueAPI
extends com.sun.jna.Library

GstStructure functions


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstValueAPI INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 GType gst_date_get_type()
           
 GType gst_double_range_get_type()
           
 GType gst_fourcc_get_type()
           
 GType gst_fraction_get_type()
           
 GType gst_fraction_range_get_type()
           
 GType gst_int_range_get_type()
           
 GType gst_value_list_get_type()
           
 

Field Detail

INSTANCE

static final GstValueAPI INSTANCE
Method Detail

gst_fourcc_get_type

GType gst_fourcc_get_type()

gst_int_range_get_type

GType gst_int_range_get_type()

gst_double_range_get_type

GType gst_double_range_get_type()

gst_fraction_range_get_type

GType gst_fraction_range_get_type()

gst_value_list_get_type

GType gst_value_list_get_type()

gst_fraction_get_type

GType gst_fraction_get_type()

gst_date_get_type

GType gst_date_get_type()