contains


Description:

[ CCode ( cname = "gst_formats_contains" ) ]
public static bool contains (Format[] formats, Format format)

See if the given format is inside the format array.

Parameters:

formats

The format array to search

format

the format to find

Returns:

true if the format is found inside the array