Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
InitRecorder method 
 
Remarks 
 
Initialises the control for use with the system default recording device and channel. 
 
This version of InitRecorder can be used if the control needs performing CD ripping sessions only or if, for recording sessions, you will always use the system default input device. If you need performing CD ripping sessions and recording sessions as well, it's a better choice using the alternative version of InitRecorder
 
If the multimedia engine shouldn't find any enabled or valid input or output device, the container application would be notified through the WarnNoInputDevice and WarnNoOutputDevice events. 
 
 
Syntax 
 
[Visual Basic] 
Public Function InitRecorder
 
[C#] 
public enumErrorCodes InitRecorder
);
 
[C++] 
public: enumErrorCodes InitRecorder
);
 
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents