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
src | A #GstObject to set as source of the new message. |
curAngle | The currently selected angle. |
nAngles | The number of viewing angles now available. |
Returns
The new #GstMessage.