|
sipxmedialib
Version 3.3
|
Audio input driver for Android OS. More...
#include <MpAndroidAudioRecord.h>

Classes | |
| class | Buffer |
Public Types | |
| enum | event_type { EVENT_MORE_DATA = 0, EVENT_UNDERRUN = 1, EVENT_MARKER = 2, EVENT_NEW_POS = 3 } |
Static Public Attributes | |
| static const int | DEFAULT_SAMPLE_RATE = 8000 |
Private Member Functions | |
| MpAndroidAudioRecord (const MpAndroidAudioRecord &rMpAndroidAudioRecord) | |
| Copy constructor (not implemented for this class) More... | |
| MpAndroidAudioRecord & | operator= (const MpAndroidAudioRecord &rhs) |
| Assignment operator (not implemented for this class) More... | |
Friends | |
| MpAndroidAudioRecord * | MpAndroidAudioBindingInterface::createAudioRecord () const |
Creators | |
| MpAndroidAudioRecord () | |
| Disallow direct invocation of constructor, must use factory method. More... | |
| virtual | ~MpAndroidAudioRecord () |
| Destructor. More... | |
Manipulators | |
| virtual int | start () |
| virtual void | stop () |
| virtual int | set (int inputSource, int sampleRate, sipXcallback_t audioCallback, void *user, int notificationFrames) |
Audio input driver for Android OS.
| enum event_type |
|
protected |
Disallow direct invocation of constructor, must use factory method.
|
virtual |
Destructor.
|
private |
Copy constructor (not implemented for this class)
|
virtual |
Reimplemented in MP_ANDROID_AUDIO_RECORD.
|
virtual |
Reimplemented in MP_ANDROID_AUDIO_RECORD.
|
virtual |
Reimplemented in MP_ANDROID_AUDIO_RECORD.
|
private |
Assignment operator (not implemented for this class)
|
friend |
|
static |
1.8.11