Handbook
Glossary
gst_message_parse_step_done ( message format amount rate flush intermediate duration eos -- )
Vocabulary
gstreamer
.
ffi
Inputs
message
an
object
format
an
object
amount
an
object
rate
an
object
flush
an
object
intermediate
an
object
duration
an
object
eos
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
void
gst_message_parse_step_done
( GstMessage* message, GstFormat* format, guint64* amount,
gdouble* rate, gboolean* flush, gboolean* intermediate,
guint64* duration, gboolean* eos )