Previous PageTable Of Contents../index.htmlIndexNext Page

ai_open( )

Description | Example | See Also

Name:

int ai_open(namep)

Inputs:

const char* namep

  points to an ASCIIZ string that contains the name of a valid audio input device

Returns:

audio input device handle on success
-1 on failure

Includes:

dxxxlib.h

Category:

Audio Input

Mode:

synchronous

Top Of PageDescription

The ai_open( ) function opens an audio input device and returns a unique device handle to identify the device. Until the device is closed, all subsequent references to the opened device must be made using the handle.

Parameter

Description

namep

Points to an ASCIIZ string that contains the name of a valid audio input device, in the form aiBn, where n is the audio input device number.

Top Of PageExample

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2002, Intel Corporation
All rights reserved
This page generated February, 2002