Function

Gst-1.0Gstvalue_intersect

  • 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

    • value1: any

      a value to intersect

    • value2: any

      another value to intersect

    Returns [boolean, GObject.Value]

    true if the intersection is non-empty