Gst.Caps.prototype.copy_nth

function copy_nth(nth:Number):Gst.Caps {
    // Gjs wrapper for gst_caps_copy_nth()
}

Creates a new Gst.Caps and appends a copy of the nth structure contained in caps.

nth

the nth structure to copy

Returns

the new Gst.Caps