Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: SoundDevice.h
Link against: MMFDevSound.lib

Class CDevSoundRecorder

class CDevSoundRecorder : public CActive;

Support

Supported from 5.1

Description

This class is internal and not intended for use.

Derivation

CActiveThe core class of the active object abstraction
CBaseBase class for all classes to be instantiated on the heap
CDevSoundRecorderThis 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()


Internal members


CDevSoundRecorder()

CDevSoundRecorder(CMMFDevSound& aParent, TInt aPriority);

Description

This member is internal and not intended for use.


~CDevSoundRecorder()

~CDevSoundRecorder();

Description

This member is internal and not intended for use.


Start()

void Start();

Description

This member is internal and not intended for use.


NextDataBlock()

void NextDataBlock(TDes8& aData);

Description

This member is internal and not intended for use.


RecordData()

void RecordData();

Description

This member is internal and not intended for use.


Stop()

void Stop();

Description

This member is internal and not intended for use.


RunL()

virtual void RunL();

Description

This member is internal and not intended for use.


DoCancel()

virtual void DoCancel();

Description

This member is internal and not intended for use.


Error()

virtual void Error(TInt aError);

Description

This member is internal and not intended for use.


iParent

private: CMMFDevSound& iParent;

Description

This member is internal and not intended for use.


iDataFromSource

private: TDes8* iDataFromSource;

Description

This member is internal and not intended for use.