[ CCode ( cname = "gst_formats_contains" ) ]
public static bool contains (Format[] formats, Format format)
See if the given format is inside the format array.
| formats |
The format array to search |
| format |
the format to find |
|
true if the format is found inside the array |