Handbook
Glossary
gst_event_new_seek ( rate format flags start_type start stop_type stop -- GstEvent* )
Vocabulary
gstreamer
.
ffi
Inputs
rate
an
object
format
an
object
flags
an
object
start_type
an
object
start
an
object
stop_type
an
object
stop
an
object
Outputs
GstEvent*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstEvent*
gst_event_new_seek
(
gdouble
rate,
GstFormat
format,
GstSeekFlags
flags,
GstSeekType
start_type,
gint64
start,
GstSeekType
stop_type,
gint64
stop )