Handbook
Glossary
gst_event_new_new_segment_full ( update rate applied_rate format start stop position -- GstEvent* )
Vocabulary
gstreamer
.
ffi
Inputs
update
an
object
rate
an
object
applied_rate
an
object
format
an
object
start
an
object
stop
an
object
position
an
object
Outputs
GstEvent*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstEvent*
gst_event_new_new_segment_full
(
gboolean
update,
gdouble
rate,
gdouble
applied_rate,
GstFormat
format,
gint64
start,
gint64
stop,
gint64
position
)