Retrieves the capabilities of a specified waveform-audio input device.
Public Function GetWaveInInfo(ByVal Index As UInteger, ByRef Info As TWaveInInfo) As Boolean
Parameters |
Description |
ByVal Index As UInteger |
Index of wave in device. Call EnumerateWaveIn to get number of wave input devices. |
ByRef Info As TWaveInInfo |
Reference to TWaveInInfo. User must allocate memory for this structure. |
Return Values |
Description |
True |
All OK. |
False |
Error. To get error message read here. |
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |