make_raw_caps_with_features


Description:


[ Version ( since = "1.18" ) ]
public Caps make_raw_caps_with_features (Format[]? formats, owned CapsFeatures? features)

Return a generic raw video caps for formats defined in formats with features features.

If formats is null returns a caps for all the supported video formats, see formats_raw.

Parameters:

formats

an array of raw Format, or null

features

the CapsFeatures to set on the caps

len

the size of formats

Returns:

a video GstCaps


Namespace: Gst.Video