All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface quicktime.vr.QTVRImagingComplete

public interface QTVRImagingComplete
This interface is defined by an application to receive callbacks when a QTVRInstance has finished rendering in an offscreen QDGraphics and is ready to be blitted to the screen.

See Also:
QTVRInstance

Method Index

 o execute(QTVRInstance, QDGraphics)
This method is called by MoviesTask when a QTVRInstance has completed rendering and is ready to be blitted to the screen.

Methods

 o execute
 public abstract int execute(QTVRInstance inst,
                             QDGraphics qd)
This method is called by MoviesTask when a QTVRInstance has completed rendering and is ready to be blitted to the screen.

Parameters:
vr - the QTVRInstance
qd - the offscreen QDGraphics that the QTVRInstace has rendered into
Returns:
an error code or zero if no error.
See Also:
QTCallBack

All Packages  Class Hierarchy  This Package  Previous  Next  Index