StreamFlags
Description:
[ CCode ( cprefix = "GST_STREAM_FLAG_" , type_id = "gst_stream_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.2" ) ]
public enum StreamFlags
Content:
Enum values:
- NONE - This stream has no special attributes
- SELECT - This stream should be selected by
default.
- SPARSE - This stream is a sparse stream
(e.g. a subtitle stream), data may flow only in irregular intervals with large gaps in between.
- UNSELECT - This stream should not be
selected by default.