Gst.FlagSet

g Gst.FlagSet Gst.FlagSet

Subclasses:

None

Methods

class

register (flags_type)

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.GType of a GObject.TYPE_FLAGS type.

Return type:

GObject.GType

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.