Public Member Functions | |
| ~CSoundSlice () | |
| const TDesC8 & | GetData () |
Static Public Member Functions | |
| static CSoundSlice * | NewL (const TDesC8 &aData) |
Static Public Attributes | |
| static const TInt | iOffset = _FOFF(CSoundSlice,iLink) |
These objects are held in a queue. They are removed from the queue in the callback function MaoscBufferCopied().
Definition at line 320 of file CMediaClientAppUI.h.
| CSoundSlice::~CSoundSlice | ( | ) |
Destructor.
Definition at line 876 of file CMediaClientAppUI.cpp.
| CSoundSlice * CSoundSlice::NewL | ( | const TDesC8 & | aData | ) | [static] |
Allocates and constructs a new synchronous artificial audio stream source. Construction and destruction
| aData | Data for the slice |
Definition at line 859 of file CMediaClientAppUI.cpp.
1.5.3