message_new_angles_changed


Description:

public static Message message_new_angles_changed (Object src, uint cur_angle, uint n_angles)

Creates a new Navigation message with type 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 Object to set as source of the new message.

cur_angle

The currently selected angle.

n_angles

The number of viewing angles now available.

Returns:

The new Message.