Structure.isSubset

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.

class Structure
bool
isSubset

Parameters

superset Structure

a potentially greater gstreamer.Structure

Return Value

Type: bool

TRUE if subset is a subset of superset