Navigation.messageParseAnglesChanged

bool messageParseAnglesChanged(gst.message.Message message, out uint curAngle, out uint nAngles)

Parse a #GstNavigation message of type GST_NAVIGATION_MESSAGE_ANGLES_CHANGED and extract the cur_angle and n_angles parameters.

Parameters

messageA #GstMessage to inspect.
curAngleA pointer to a #guint to receive the new current angle number, or NULL
nAnglesA pointer to a #guint to receive the new angle count, or NULL.

Returns

true if the message could be successfully parsed. false if not.