Gst.FlagSet¶
- Subclasses:
- None 
Methods¶
| class | 
 | 
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gst.FlagSet¶
- Abstract:
- No 
 - A fundamental type that describes a 32-bit flag bitfield, with 32-bit mask indicating which of the bits in the field are explicitly set. - classmethod register(flags_type)[source]¶
- Parameters:
- flags_type ( - GObject.GType) – a- GObject.GTypeof a- GObject.TYPE_FLAGStype.
- Return type:
 - Create a new sub-class of #GST_TYPE_FLAG_SET which will pretty-print the human-readable flags when serializing, for easier debugging. - New in version 1.6.