quicktime.vr
Interface 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 Summary
 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.
 

Method Detail

execute

public 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