Enumeration (GI Enum)

Gst-1.0GstStreamStatusType

The type of a Gst.MessageType.STREAM_STATUS. The stream status messages inform the application of new streaming threads and their status.

Index

Enumeration Members

Enumeration Members

CREATE: number

A new thread need to be created.

DESTROY: number

a thread is destroyed

ENTER: number

a thread entered its loop function

LEAVE: number

a thread left its loop function

PAUSE: number

a thread is paused

START: number

a thread is started

STOP: number

a thread is stopped