示例#1
0
 /**
  * Get the number of structures contained in this caps.
  *
  * @return the number of structures that this caps contains
  */
 public int size() {
   return GSTCAPS_API.gst_caps_get_size(this);
 }