: Interface QTVRImagingComplete
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
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 QTVRInstanceqd - the offscreen QDGraphics that the QTVRInstace has rendered intoReturns:an error code or zero if no error.See Also: QTCallBack
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD