is_always_compatible


Description:

public bool is_always_compatible (Caps caps2)

A given Caps structure is always compatible with another if every media format that is in the first is also contained in the second.

That is, this is a subset of caps2.

Parameters:

this

the Caps to test

caps2

the Caps to test

Returns:

true if this is a subset of caps2.