Public Member Functions | |
AudioRecorderPrivate (AudioRecorder *recorderApp) | |
~AudioRecorderPrivate () | |
void | play () |
void | stop () |
void | record () |
void | printResponse () |
Description: Wrapper for Audio recorder example.
This private class is used by the application class to call the symbian engine APIs.
Definition at line 53 of file audiorecorder_p.h.
AudioRecorderPrivate::AudioRecorderPrivate | ( | AudioRecorder * | playerApp | ) |
Description: Wrapper implementation for Audio recorder example.
Create an instance of the engine.
Definition at line 49 of file audiorecorder_p.cpp.
AudioRecorderPrivate::~AudioRecorderPrivate | ( | ) |
Default destructor.
Definition at line 57 of file audiorecorder_p.cpp.
void AudioRecorderPrivate::play | ( | ) |
playback the recorded file.
Definition at line 72 of file audiorecorder_p.cpp.
void AudioRecorderPrivate::stop | ( | ) |
Stop the recording or the playback audio.
Definition at line 80 of file audiorecorder_p.cpp.
void AudioRecorderPrivate::record | ( | ) |
start recording by calling this method.
Definition at line 65 of file audiorecorder_p.cpp.
void AudioRecorderPrivate::printResponse | ( | ) |
Passes the messsage received from the engine to AudioRecorder
Definition at line 88 of file audiorecorder_p.cpp.