GstControlSource
GstControlSource
|
|
Includes
#include <gst/gst.h>
Types and Values
GstValueArray
typedef struct _GstValueArray GstValueArray;
struct GstControlSource
struct GstControlSource {
GstControlSourceGetValue get_value; /* Returns the value for a property at a given timestamp */
GstControlSourceGetValueArray get_value_array; /* Returns values for a property in a given timespan */
};
struct GstControlSourceClass
struct GstControlSourceClass {
GstObjectClass parent_class;
};
struct GstTimedValue
struct GstTimedValue {
GstClockTime timestamp;
gdouble value;
};