示例#1
0
 /**
  * Subtracts the subtrahend Caps from this Caps.
  *
  * <p><note>This function does not work reliably if optional properties for caps are included on
  * one caps and omitted on the other.</note>
  *
  * @param subtrahend The {@link Caps} to subtract.
  * @return The resulting caps.
  */
 public Caps subtract(Caps subtrahend) {
   return GSTCAPS_API.gst_caps_subtract(this, subtrahend);
 }