Location:
SoundDevice.h
Link against: MMFDevSound.lib
class CDevSoundRecorder : public CActive;
Support
Supported from 5.1
Description
This class is internal and not intended for use.
Derivation
CActive | The core class of the active object abstraction |
CBase | Base class for all classes to be instantiated on the heap |
CDevSoundRecorder | This class is internal and not intended for use |
|
Defined in CDevSoundRecorder:
CDevSoundRecorder(), DoCancel(), Error(), NextDataBlock(), RecordData(), RunL(), Start(), Stop(), iDataFromSource, iParent, ~CDevSoundRecorder()
Inherited from CActive:
Cancel(),
Deque(),
EPriorityHigh,
EPriorityIdle,
EPriorityLow,
EPriorityStandard,
EPriorityUserInput,
IsActive(),
IsAdded(),
Priority(),
RunError(),
SetActive(),
SetPriority(),
TPriority,
iActive,
iLink,
iStatus
Inherited from CBase:
operator new()
CDevSoundRecorder(CMMFDevSound& aParent, TInt aPriority);
Description
This member is internal and not intended for use.
~CDevSoundRecorder();
Description
This member is internal and not intended for use.
void Start();
Description
This member is internal and not intended for use.
void NextDataBlock(TDes8& aData);
Description
This member is internal and not intended for use.
void RecordData();
Description
This member is internal and not intended for use.
void Stop();
Description
This member is internal and not intended for use.
virtual void RunL();
Description
This member is internal and not intended for use.
virtual void DoCancel();
Description
This member is internal and not intended for use.
virtual void Error(TInt aError);
Description
This member is internal and not intended for use.
private: CMMFDevSound& iParent;
Description
This member is internal and not intended for use.
private: TDes8* iDataFromSource;
Description
This member is internal and not intended for use.