StreamStatusType
Description:
[ CCode ( cprefix = "GST_STREAM_STATUS_TYPE_" , type_id = "gst_stream_status_type_get_type ()" ) ]
public enum StreamStatusType
The type of a STREAM_STATUS.
The stream status messages inform the application of new streaming threads and their status.
Content:
Enum values:
- CREATE - A new thread need to be
created.
- DESTROY - a thread is destroyed
- ENTER - a thread entered its loop
function
- LEAVE - a thread left its loop function
- PAUSE - a thread is paused
- START - a thread is started
- STOP - a thread is stopped