Previous Topic Index Next Topic
[API function]

FSOUND_Stream_GetSample

Returns the FSOUND_SAMPLE definition that the stream uses internally.
You can use this to get a variety of information like the songs name, default speed and more.

FSOUND_SAMPLE * F_API FSOUND_Stream_GetSample(
FSOUND_STREAM *stream
);

Parameters

stream A pointer to the stream to have its internal sample pointer returned.

Return Value

On success, a handle to the FSOUND_SAMPLE definition is returned.
On failure, 0 is returned.

Remarks

___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube


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