示例#1
0
 /**
  * Remove a struture from the caps. Removes the stucture with the given index from the list of
  * structures contained in this caps.
  *
  * @param index Index of the structure to remove.
  */
 public void removeStructure(int index) {
   GSTCAPS_API.gst_caps_remove_structure(this, index);
 }