Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
InitRecorder method 
 
Remarks 
 
Initialises the control: the call to this method is mandatory and must be performed before calling any other method that will use a recording related functionality, possibly in the container form initialisation function. 
The purpose of this method is to to synchronise the control with the container form and to initialise the system default input device (your sound card) and input channel (e.g. Microphone). 
 
Overload list 
 
Initialises the control for use with the system default recording input device and input channel 
[Visual Basic] Overloads Public Function InitRecorder () As enumErrorCodes 
[C#] public enumErrorCodes InitRecorder (); 
[C++] public: enumErrorCodes InitRecorder (); 
 
Initialises the control for use with the chosen recording input device and input channel   
[Visual Basic] Overloads Public Function InitRecorder (Int16, Int16) As enumErrorCodes 
[C#] public enumErrorCodes InitRecorder (Int16, Int16); 
[C++] public: enumErrorCodes InitRecorder (Int16, Int16); 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents