gstreamer.controller.ffi vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Symbol words
GstControlSource
GstController
GstInterpolateMode
GstInterpolationControlSource
GstLFOControlSource
GstLFOWaveform
GstTimedValue
GstValueArray


Ordinary words
WordStack effect
GST_INTERPOLATE_CUBIC( -- value )
GST_INTERPOLATE_LINEAR( -- value )
GST_INTERPOLATE_NONE( -- value )
GST_INTERPOLATE_QUADRATIC( -- value )
GST_INTERPOLATE_TRIGGER( -- value )
GST_INTERPOLATE_USER( -- value )
GST_LFO_WAVEFORM_REVERSE_SAW( -- value )
GST_LFO_WAVEFORM_SAW( -- value )
GST_LFO_WAVEFORM_SINE( -- value )
GST_LFO_WAVEFORM_SQUARE( -- value )
GST_LFO_WAVEFORM_TRIANGLE( -- value )
GstControlSourceBind( quot -- alien )
GstControlSourceGetValue( quot -- alien )
GstControlSourceGetValueArray( quot -- alien )
gst_control_source_bind( control_source pspec -- gboolean )
gst_control_source_get_value( control_source timestamp value -- gboolean )
gst_control_source_get_value_array( control_source timestamp value_array -- gboolean )
gst_controller_get( controller property_name timestamp -- GValue* )
gst_controller_get_all( controller property_name -- GList* )
gst_controller_get_control_source( controller property_name -- GstControlSource* )
gst_controller_get_value_array( controller timestamp value_array -- gboolean )
gst_controller_get_value_arrays( controller timestamp value_arrays -- gboolean )
gst_controller_init( argc argv -- gboolean )
gst_controller_new( object varargs -- GstController* )
gst_controller_new_list( object list -- GstController* )
gst_controller_new_valist( object var_args -- GstController* )
gst_controller_remove_properties( controller varargs -- gboolean )
gst_controller_remove_properties_list( controller list -- gboolean )
gst_controller_remove_properties_valist( controller var_args -- gboolean )
gst_controller_set( controller property_name timestamp value -- gboolean )
gst_controller_set_control_source( controller property_name csource -- gboolean )
gst_controller_set_disabled( controller disabled -- )
gst_controller_set_from_list( controller property_name timedvalues -- gboolean )
gst_controller_set_interpolation_mode( controller property_name mode -- gboolean )
gst_controller_set_property_disabled( controller property_name disabled -- )
gst_controller_suggest_next_sync( controller -- GstClockTime )
gst_controller_sync_values( controller timestamp -- gboolean )
gst_controller_unset( controller property_name timestamp -- gboolean )
gst_controller_unset_all( controller property_name -- gboolean )
gst_interpolation_control_source_get_all( interpolation_control_source -- GList* )
gst_interpolation_control_source_get_count( interpolation_control_source -- gint )
gst_interpolation_control_source_new( -- GstInterpolationControlSource* )
gst_interpolation_control_source_set( interpolation_control_source timestamp value -- gboolean )
gst_interpolation_control_source_set_from_list( interpolation_control_source timedvalues -- gboolean )
gst_interpolation_control_source_set_interpolation_mode( interpolation_control_source mode -- gboolean )
gst_interpolation_control_source_unset( interpolation_control_source timestamp -- gboolean )
gst_interpolation_control_source_unset_all( interpolation_control_source -- )
gst_lfo_control_source_new( -- GstLFOControlSource* )
gst_object_control_properties( object varargs -- GstController* )
gst_object_get_control_rate( object -- GstClockTime )
gst_object_get_control_source( object property_name -- GstControlSource* )
gst_object_get_controller( object -- GstController* )
gst_object_get_value_array( object timestamp value_array -- gboolean )
gst_object_get_value_arrays( object timestamp value_arrays -- gboolean )
gst_object_set_control_rate( object control_rate -- )
gst_object_set_control_source( object property_name csource -- gboolean )
gst_object_set_controller( object controller -- gboolean )
gst_object_suggest_next_sync( object -- GstClockTime )
gst_object_sync_values( object timestamp -- gboolean )
gst_object_uncontrol_properties( object varargs -- gboolean )


Files


Children
VocabularySummary
gstreamer.controller.ffi.private