GstProgressType

The type of a gst.types.MessageType.Progress. The progress messages inform the application of the status of asynchronous tasks.

Values

ValueMeaning
Start0

A new task started.

Continue1

A task completed and a new one continues.

Complete2

A task completed.

Canceled3

A task was canceled.

Error4

A task caused an error. An error message is also posted on the bus.