#include <audiorecorder.h>
Public Methods | |
~CAudioRecorder () | |
Destructor. | |
void | RecordL (TDes8 &aTarget) |
Starts recording audio. | |
void | CancelRecord () |
Cancels recording. | |
Static Public Methods | |
CAudioRecorder * | NewL (MRecorderObserver *aObserver) |
Constructs a new CAudioRecorder object. |
Records audio from the default input with maximum gain, in 8kHz 16bit mono format.
|
Constructs a new CAudioRecorder object.
|
|
Starts recording audio. Recording will proceed until has finished, an error has occurred, or recording has been cancelled using CancelRecord().
|