gst_message_new_qos ( src live running_time stream_time timestamp duration -- GstMessage* )


Vocabulary
gstreamer.ffi

Inputs
srcan object
livean object
running_timean object
stream_timean object
timestampan object
durationan object


Outputs
GstMessage*an object


Definition


LIBRARY: gstreamer FUNCTION: GstMessage* gst_message_new_qos
( GstObject* src, gboolean live, guint64 running_time,
guint64 stream_time, guint64 timestamp, guint64 duration )