Miles Sound System SDK 7.2a

AIL_sample_status

The function AIL_sample_status returns the status of a given sample handle.

U32 AIL_sample_status(
  HSAMPLE S
);

In Parameters

S
indicates the sample handle for which the status is to be returned.

Returns

One of the MILES_DIGITAL_STATUS constants.

Discussion

For one way to use AIL_sample_status in a typical MSS application, see the AIL_allocate_sample_handle function description.

Example files that use this function: SSTEST.C


Group: Digital Audio Services
Related Functions: AIL_active_sample_count, AIL_allocate_sample_handle, AIL_end_sample, AIL_sample_status
Related Basic Types: HSAMPLE, MILES_DIGITAL_STATUS, U32
Related FAQs: When can I free the memory I gave to MSS?

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