formatsContains
fn
bool formatsContains(gst.types.Format[] formats, gst.types.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