Gst.Caps.prototype.is_fixed
function is_fixed():Boolean { // Gjs wrapper for gst_caps_is_fixed() }
Fixed Gst.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.
- Returns
TRUE if caps is fixed