[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
WMA/ASF/Internet streaming does not support this function.
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.