Gst.Structure.prototype.intersect

function intersect(struct2:Gst.Structure):Gst.Structure {
    // Gjs wrapper for gst_structure_intersect()
}

Interesects struct1 and struct2 and returns the intersection.

struct2

a Gst.Structure

Returns

Intersection of struct1 and struct2