This command initializes the specified
input instance and prepares it for input using the specified device.
This command must be used before any
other sound input command.
To reverse this command, use mnFinishInput to shut down the input instance.
int InstanceID: The input instance ID that this command should
use.
unsigned int InputDevice: The input device to use. Set this to 4294967295 (unsigned integer maximum) and DarkNet will automatically choose an input device. See “Device Information” for more information on input devices.
0 if no error occurred.
-1 if an error occurred.
DBP
C++
.Net