Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
GetInputDevice method 
 
Remarks 
 
Retrieves the current input device (sound card) used by the recorder. 
 
By default, the input device is set at the very beginning through a call to the InitRecorder method and can be changed at a later time through a call to the RecorderChangeInputDevice method.. 
 
Syntax 
 
[Visual Basic] 
Public Function GetInputDevice ( 
) as Int16
 
[C#] 
public Int16 GetInputDevice ( 
);
 
[C++] 
public: Int16 GetInputDevice ( 
);
 
 
Return value 
 
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
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents