Handbook
Glossary
gst_message_new_qos ( src live running_time stream_time timestamp duration -- GstMessage* )
Vocabulary
gstreamer
.
ffi
Inputs
src
an
object
live
an
object
running_time
an
object
stream_time
an
object
timestamp
an
object
duration
an
object
Outputs
GstMessage*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstMessage*
gst_message_new_qos
( GstObject* src,
gboolean
live,
guint64
running_time,
guint64
stream_time,
guint64
timestamp,
guint64
duration )