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