Function

GstVideo-1.0GstVideonavigation_event_set_coordinatesSince 1.22

  • Try to set x and y coordinates on a GstVideo.Navigation event. The event must be writable.

    Parameters

    • event: Gst.Event

      The Gst.Event to modify.

    • x: number

      The x coordinate to set.

    • y: number

      The y coordinate to set.

    Returns boolean

    A boolean indicating success.

    1.22