Flags¶
Details¶
- class GstAnalytics.RelTypes(value)¶
Bases:
GLib.Flags
New in version 1.24.
- NONE = 0¶
No relation
- N_TO_N = 16¶
Used to express relations between two groups where each group’s components correspond to the respective component in the other group.
New in version 1.26.
- IS_PART_OF = 2¶
First analysis-meta is part of second analysis-meta
- ANY = 2147483647¶
Only use for criteria.
- CONTAIN = 4¶
First analysis-meta contain second analysis-meta.
- RELATE_TO = 8¶
First analysis-meta relate to second analysis-meta.