Navigation.messageNewAnglesChanged

gst.message.Message messageNewAnglesChanged(gst.object.ObjectWrap src, uint curAngle, uint nAngles)

Creates a new #GstNavigation 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

srcA #GstObject to set as source of the new message.
curAngleThe currently selected angle.
nAnglesThe number of viewing angles now available.

Returns

The new #GstMessage.