![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Stream_Net_GetStatus(
FSOUND_STREAM *stream,
int *status,
int *bufferused,
int *bitrate,
unsigned int *flags
);
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. |