org.gstreamer.lowlevel
Interface GstControlSourceAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstControlSourceAPI
extends com.sun.jna.Library


Nested Class Summary
static interface GstControlSourceAPI.GstControlSourceBind
           
static class GstControlSourceAPI.GstControlSourceClass
           
static interface GstControlSourceAPI.GstControlSourceGetValue
           
static interface GstControlSourceAPI.GstControlSourceGetValueArray
           
static class GstControlSourceAPI.GstControlSourceStruct
           
static class GstControlSourceAPI.GstTimedValue
           
static class GstControlSourceAPI.GstValueArray
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static int GST_PADDING
           
static GstControlSourceAPI GSTCONTROLSOURCE_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_control_source_bind(ControlSource self, GObjectAPI.GParamSpec pspec)
           
 GType gst_control_source_get_type()
           
 boolean gst_control_source_get_value_array(ControlSource self, ClockTime timestamp, GstControlSourceAPI.GstValueArray value_array)
           
 boolean gst_control_source_get_value(ControlSource self, ClockTime timestamp, GValueAPI.GValue value)
           
 

Field Detail

GSTCONTROLSOURCE_API

static final GstControlSourceAPI GSTCONTROLSOURCE_API

GST_PADDING

static final int GST_PADDING
See Also:
Constant Field Values
Method Detail

gst_control_source_get_type

GType gst_control_source_get_type()

gst_control_source_get_value

boolean gst_control_source_get_value(ControlSource self,
                                     ClockTime timestamp,
                                     GValueAPI.GValue value)

gst_control_source_get_value_array

boolean gst_control_source_get_value_array(ControlSource self,
                                           ClockTime timestamp,
                                           GstControlSourceAPI.GstValueArray value_array)

gst_control_source_bind

boolean gst_control_source_bind(ControlSource self,
                                GObjectAPI.GParamSpec pspec)