pub fn pb_utils_get_caps_description_flags(
caps: &CapsRef,
) -> PbUtilsCapsDescriptionFlags
Expand description
Returns flags that describe the format of the caps if known. No flags are set for unknown caps.
§caps
the (fixed) gst::Caps
for which flags are requested
§Returns
PbUtilsCapsDescriptionFlags
that describe caps
, or no flags
if the caps are unknown.