Previous Topic Index Next Topic
[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.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube

See Also

FSOUND_Stream_GetLengthMs , FSOUND_Stream_GetPosition , FSOUND_Stream_Open , FSOUND_Stream_SetPosition , FSOUND_Stream_SetTime

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:35 2005 by SourceDoc v0.10, the automated source code documenter.