SGGetSoundInputRate
TheSGGetSoundInputRatefunction allows the sequence grabber component to determine the rate at which your sound channel is collecting sound data.
pascal Fixed SGGetSoundInputRate (SGChannel c);
c- Identifies the channel connection for this operation.
DESCRIPTION
TheSGGetSoundInputRatefunction returns a fixed-point number that indicates the number of samples your sound channel collects per second.SEE ALSO
The sequence grabber component sets this rate by calling theSGSetSoundInputRatefunction, which is described in the previous section.