Previous Topic Index Next Topic
[API function]

FSOUND_Stream_Net_GetStatus

Get various status information for an internet stream.

signed char F_API FSOUND_Stream_Net_GetStatus(
FSOUND_STREAM *stream,
int *status,
int *bufferused,
int *bitrate,
unsigned int *flags
);

Parameters

stream The stream to get status information on.
status Pointer to a variable that will receive a status value. See FSOUND_STREAM_NET_STATUS.
bufferused Pointer to a variable that will receive the percentage of the read buffer that is currently in use.
bitrate Pointer to a variable that will receive the current bitrate of the stream.
flags Pointer to a variable that will receive a flags field describing protocol and format information. See FSOUND_STATUS_FLAGS.

Return Value

On success, TRUE is returned.
On failure, FALSE is returned.

Remarks

___________________
Supported on the following platforms : Win32, Macintosh, Linux

See Also

, FSOUND_STATUS_FLAGS , FSOUND_Stream_Close , FSOUND_Stream_Net_GetBufferProperties , FSOUND_Stream_Net_GetLastServerStatus , FSOUND_Stream_Net_SetBufferProperties , FSOUND_Stream_Net_SetMetadataCallback , FSOUND_Stream_Net_SetProxy , FSOUND_STREAM_NET_STATUS , FSOUND_Stream_Open , FSOUND_Stream_Play , FSOUND_Stream_Stop

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Mon Oct 18 11:07:59 2004 by SourceDoc v0.10, the automated source code documenter.