/**
  * Determine if this caps represents no media formats.
  *
  * @return true if this caps represents no formats.
  */
 public boolean isEmpty() {
   return GSTCAPS_API.gst_caps_is_empty(this);
 }