Function

GstVideo-1.0GstVideonavigation_message_new_angles_changed

  • Creates a new GstVideo.Navigation message with type #GST_NAVIGATION_MESSAGE_ANGLES_CHANGED for notifying an application that the current angle, or current number of angles available in a multiangle video has changed.

    Parameters

    • src: Gst.Object

      A Gst.Object to set as source of the new message.

    • cur_angle: number

      The currently selected angle.

    • n_angles: number

      The number of viewing angles now available.

    Returns Gst.Message

    The new Gst.Message.