示例#1
0
 /**
  * Append structure to this caps. The structure is not copied; this caps takes ownership, so do
  * not use struct after calling this method.
  *
  * @param struct The structure to append.
  */
 public void append(Structure struct) {
   GSTCAPS_API.gst_caps_append_structure(this, struct);
 }