示例#1
0
 /**
  * Creates a new {@link Caps} that contains all the formats that are common to both this Caps and
  * the other Caps.
  *
  * @param other The {@link Caps} to intersect with this one.
  * @return The new {@link Caps}
  */
 public Caps intersect(Caps other) {
   return GSTCAPS_API.gst_caps_intersect(this, other);
 }