SGGetGWorld
TheSGGetGWorldfunction allows you to determine the graphics port and device for a sequence grabber component.
pascal ComponentResult SGGetGWorld (SeqGrabComponent s, CGrafPtr *gp, GDHandle *gd);
s- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponentorOpenComponentfunction.gp- Contains a pointer to a location that is to receive a pointer to the destination graphics port. Set this parameter to
nilif you are not interested in this information.gd- Contains a pointer to a location that is to receive a handle to the destination graphics device. Set this parameter to
nilif you are not interested in this information.DESCRIPTION
The sequence grabber component displays the recorded or previewed data in this graphics world.SEE ALSO
You can establish the graphics port and device for a sequence grabber component by calling theSGSetGWorldfunction, which is described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help