Message.newProgress

gst.message.Message newProgress(gst.object.ObjectWrap src, gst.types.ProgressType type, string code, string text)

Progress messages are posted by elements when they use an asynchronous task to perform actions triggered by a state change.

code contains a well defined string describing the action. text should contain a user visible string detailing the current action.

Parameters

srcThe object originating the message.
typea #GstProgressType
codea progress code
textfree, user visible text describing the progress

Returns

The new qos message.