Miles Sound System SDK 7.2a

AIL_stream_info

The function AIL_stream_info returns information about the given stream handle.

void AIL_stream_info(
  HSTREAM stream,
  S32 *datarate,
  S32 *type,
  S32 *length,
  S32 *memory
);

In Parameters

stream
specifies the stream handle that you are requesting information about.

Out Parameters

datarate
returns the original data rate of the streaming file.
type
returns the type of sound in the streaming file. See AIL_init_sample for more information.
length
returns the total length of the streaming file in bytes.
memory
returns the total amount RAM being used for the streaming file.

Discussion

Example files that use this function: Streamer.C


Group: Digital Audio Streaming Services
Related Functions: AIL_init_sample
Related Basic Types: HSTREAM, S32, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.