public interface GstControlSourceAPI
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static interface |
GstControlSourceAPI.GstControlSourceBind |
static class |
GstControlSourceAPI.GstControlSourceClass |
static interface |
GstControlSourceAPI.GstControlSourceGetValue |
static interface |
GstControlSourceAPI.GstControlSourceGetValueArray |
static class |
GstControlSourceAPI.GstControlSourceStruct |
static class |
GstControlSourceAPI.TimedValue |
static class |
GstControlSourceAPI.ValueArray |
Modifier and Type | Field and Description |
---|---|
static int |
GST_PADDING |
static GstControlSourceAPI |
GSTCONTROLSOURCE_API |
Modifier and Type | Method and Description |
---|---|
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.ValueArray value_array) |
boolean |
gst_control_source_get_value(ControlSource self,
ClockTime timestamp,
GValueAPI.GValue value) |
static final GstControlSourceAPI GSTCONTROLSOURCE_API
static final int GST_PADDING
GType gst_control_source_get_type()
boolean gst_control_source_get_value(ControlSource self, ClockTime timestamp, GValueAPI.GValue value)
boolean gst_control_source_get_value_array(ControlSource self, ClockTime timestamp, GstControlSourceAPI.ValueArray value_array)
boolean gst_control_source_bind(ControlSource self, GObjectAPI.GParamSpec pspec)
Copyright © 2016. All rights reserved.