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