Handbook
Glossary
gst_event_new_qos ( proportion diff timestamp -- GstEvent* )
Vocabulary
gstreamer
.
ffi
Inputs
proportion
an
object
diff
an
object
timestamp
an
object
Outputs
GstEvent*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstEvent*
gst_event_new_qos
(
gdouble
proportion,
GstClockTimeDiff
diff,
GstClockTime
timestamp )