Gst.Caps.prototype.is_subset_structure
function is_subset_structure(structure:Gst.Structure):Boolean { // Gjs wrapper for gst_caps_is_subset_structure() }
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
- Returns
true if structure is a subset of caps