Previous Topic Index Next Topic
[API function]

FSOUND_Record_GetPosition

Gets the position in the sample buffer that has been recorded to.

int F_API FSOUND_Record_GetPosition(
);

Return Value

On success, the offset in the record buffer that the input device has just written up to is returned.
On failure (recording device hasnt been started), -1 is returned.

Remarks

Note. This is not the 'recording cursor', but rather the latest point that the input
has been copied to your sample

See Also

FSOUND_Record_StartSample

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.