Miles Sound System SDK 7.2a

AIL_close_input

The function AIL_close_input closes a digital input handle.

void AIL_close_input(
  HDIGINPUT input
);

In Parameters

input
gives the input handle to close.

Discussion

Use this function to close an input handle that you opened with AIL_open_input.

Use this function before reacquiring the digital output handle when running on half-duplex cards.


Group: Digital Audio Input (Recording) Services
Related Functions: AIL_open_input
Related Basic Types: HDIGINPUT, void

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