Class: Gst::FlagSet
- Inherits:
-
Object
- Object
- Gst::FlagSet
- Defined in:
- (unknown)
Overview
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.
Class Method Summary collapse
-
.register(flags_type) ⇒ GLib::Type
Create a new sub-class of #GST_TYPE_FLAG_SET which will pretty-print the human-readable flags when serializing, for easier debugging.
Class Method Details
.register(flags_type) ⇒ GLib::Type
Create a new sub-class of #GST_TYPE_FLAG_SET which will pretty-print the human-readable flags when serializing, for easier debugging.