GetDigitalAudioInputDevice

 

The GetDigitalAudioInputDevice procedure allows the application software to obtain the device capabilities for the specified audio input device.

BOOL GetDigitalAudioInputDevice(

int ZeroBasedDeviceIndex,

LS_WAVEINCAPS *pWAVEINCAPS

);

 

 

 

Parameters:

 

ZeroBasedDeviceIndex

[in] The zero based index of the audio output device.

 

pWAVEINCAPS

[out] A pointer to a user supplied wave in capability structure. See the LS_WAVEINCAPS structure.

 

 

Return Value:

 

If the function succeeds, the return value will be non zero and the wave in caps structure will contain information for the input device.

 

If the function fails, the return value will be zero.