What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top | Next |
boolean GetIsVRMovie()
Returns true if the movie is a QuickTime VR movie, false otherwise.
void SetPanAngle(float angle)
float GetPanAngle()
Gets and sets the QuickTime VR movie's pan angle (in degrees).
void SetTiltAngle(float angle)
float GetTiltAngle()
Gets and sets the QuickTime VR movie's tilt angle (in degrees).
void SetFieldOfView(float fov)
float GetFieldOfView()
Gets and sets the QuickTime VR movie's field of view (in degrees).
int GetNodeCount()
Returns the number of nodes in a QuickTime VR movie.
void SetNodeID(int id)
Returns the ID of the current node in a QuickTime VR movie.
int GetNodeID()
Set the current node (by ID) in a QuickTime VR movie (i.e., it goes to the node with the specified ID).
| Previous | Chapter Contents | Chapter Top | Next |