示例#1
0
 /**
  * Determine if this caps is fixed.
  *
  * <p>Fixed Caps describe exactly one format, that is, they have exactly one structure, and each
  * field in the structure describes a fixed type. Examples of non-fixed types are
  * GST_TYPE_INT_RANGE and GST_TYPE_LIST.
  *
  * @return true if this caps is fixed
  */
 public boolean isFixed() {
   return GSTCAPS_API.gst_caps_is_fixed(this);
 }