Structure.isSubset
bool isSubset(gst.structure.Structure superset)Checks if subset is a subset of superset, i.e. has the same structure name and for all fields that are existing in superset, subset has a value that is a subset of the value in superset.
Parameters
superset | a potentially greater #GstStructure |
Returns
true if subset is a subset of superset