SGGetSoundRecordChunkSize
TheSGGetSoundRecordChunkSizefunction allows you to determine the amount of sound data the sequence grabber component works with at a time.
pascal long SGGetSoundRecordChunkSize (SGChannel c);
c- Specifies the reference that identifies the channel for this operation. You obtain this reference from the
SGNewChannelfunction, described on page 5-29.DESCRIPTION
SGGetSoundRecordChunkSizereturns a long integer that specifies the number of seconds of sound data the sequence grabber works with at a time.SEE ALSO
You set the amount of sound data the sequence grabber component works with at any given time by calling theSGSetSoundRecordChunkSizefunction, which is described in the previous section.