Gst.Caps.prototype.is_subset_structure_full

function is_subset_structure_full(structure:Gst.Structure, features:Gst.CapsFeatures):Boolean {
    // Gjs wrapper for gst_caps_is_subset_structure_full()
}

Checks if structure is a subset of caps. See Gst.Caps.prototype.is_subset for more information.

structure

a potential Gst.Structure subset of caps

features

a Gst.CapsFeatures for structure

Returns

true if structure is a subset of caps