[API function]
FSOUND_Stream_GetLength
Returns the size of the stream in BYTES.
int F_API
FSOUND_Stream_GetLength
(
FSOUND_STREAM *
stream
);
Parameters
stream
A pointer to the stream to have its length returned.
Return Value
On success, the size of the stream in BYTES is returned.
On failure, 0 is returned.
Remarks
Position functions for streams work in bytes not samples.
-----
This function is not supported for URL based streams over the internet.
See Also
FSOUND_Stream_GetLengthMs
,
FSOUND_Stream_GetPosition
,
FSOUND_Stream_OpenFile
,
FSOUND_Stream_SetPosition
,
FSOUND_Stream_SetTime
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.