Gst.Caps.prototype.append_structure_full

function append_structure_full(structure:Gst.Structure, features:Gst.CapsFeatures):void {
    // Gjs wrapper for gst_caps_append_structure_full()
}

Appends structure with features to caps. The structure is not copied; caps becomes the owner of structure.

structure

the Gst.Structure to append

features

the Gst.CapsFeatures to append