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
src | The object originating the message. |
type | a #GstProgressType |
code | a progress code |
text | free, user visible text describing the progress |
Returns
The new qos message.