ValueGst.canIntersect

Determines if intersecting two values will produce a valid result. Two values will produce a valid intersection if they have the same type, or if there is a method (registered by gst_value_register_intersect_func()) to calculate the intersection.

class ValueGst
static
int
canIntersect

Parameters

value1 Value

a value to intersect

value2 Value

another value to intersect

Return Value

Type: int

TRUE if the values can intersect

Meta