mnStartInput

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.

Parameters

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.

Returns (Integer)

0 if no error occurred.

-1 if an error occurred.

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Sound Input
(1) Sound Input and Output
(0) DarkNet Help