Navigation.messageNewAnglesChanged

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.

interface Navigation
static
messageNewAnglesChanged

Parameters

src gst.object.ObjectGst

A #GstObject to set as source of the new message.

curAngle uint

The currently selected angle.

nAngles uint

The number of viewing angles now available.

Return Value

Type: gst.message.Message

The new #GstMessage.