SGGetPause
You can determine whether the sequence grabber is paused by calling theSGGetPausefunction.
pascal ComponentResult SGGetPause (SeqGrabComponent s, Byte *paused);
s- Specifies the component instance that identifies your connection to the sequence grabber component. You obtain this value from the Component Manager's
OpenDefaultComponentorOpenComponentfunction.paused- Contains a pointer to a field that is to receive a value that indicates whether the sequence grabber is currently paused. The following values are valid:
seqGrabUnpause- The sequence grabber is not paused.
seqGrabPause
The sequence grabber is paused--all channels are stopped.seqGrabPauseForMenu- The sequence grabber is paused in order to display a menu--some or all of the channels may be stopped.
DESCRIPTION
TheSGGetPausefunction allows you to determine whether the sequence grabber is paused.SEE ALSO
You may pause or restart the sequence grabber by calling theSGPausefunction, which is described in the previous section.