gst_message_parse_progress ( message type code text -- )


Vocabulary
gstreamer.ffi

Inputs
messagean object
typean object
codean object
textan object


Outputs
None

Definition


LIBRARY: gstreamer FUNCTION: void gst_message_parse_progress
( GstMessage* message, GstProgressType* type, gchar** code,
gchar** text )