intersect
Description:
Calculates the intersection of two values.
If the values have a non-empty intersection, the value representing the intersection is placed in dest
, unless null
.
If the intersection is non-empty, dest
is not modified.
Parameters:
dest |
a uninitialized Value that will hold the calculated intersection value. May be
|
value1 |
a value to intersect |
value2 |
another value to intersect |
Returns:
|
Namespace: Gst.Value
Package: gstreamer-1.0