Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |

QuickTime VR Movie Properties

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.

int GetNodeID()

Returns the ID of the current node in a QuickTime VR movie.

void SetNodeID(int id)

Sets the current node (by ID) in a QuickTime VR movie (i.e., it goes to the node with the specified ID).


© 2000 Apple Computer, Inc.

Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |