[ CCode ( cname = "gst_caps_intersect_full" ) ]
public Caps intersect (Caps caps2, CapsIntersectMode mode = ZIG_ZAG)
Creates a new Caps that contains all the formats that are common to both
this and caps2
, the order is defined by the
CapsIntersectMode used.
this |
a Caps to intersect |
caps2 |
a Caps to intersect |
mode |
The intersection algorithm/mode to use |
the new Caps |