Enumeration (GI Enum)

Gst-1.0GstProgressType

The type of a Gst.MessageType.PROGRESS. The progress messages inform the application of the status of asynchronous tasks.

Index

Enumeration Members

Enumeration Members

CANCELED: number

A task was canceled.

COMPLETE: number

A task completed.

CONTINUE: number

A task completed and a new one continues.

ERROR: number

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

START: number

A new task started.