|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetInputDevice (
) as Int16
|
|
[C#]
public Int16 GetInputDevice (
);
|
|
[C++]
public: Int16 GetInputDevice (
);
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
Value >= 0
|
The index of the input device assigned to this recorder
|