Class: Gst::FlagSet

Inherits:
Object
  • Object
show all
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

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.

Parameters:

  • flags_type (GLib::Type)

    a #GType of a #G_TYPE_FLAGS type.

Returns:

  • (GLib::Type)