Public Member Functions | |
| void | Next () |
| ~CAudioStreamSource () | |
Static Public Member Functions | |
| static CAudioStreamSource * | NewL (RFs &aFs, CMediaClientEngine &aEngine) |
Definition at line 267 of file CMediaClientAppUI.h.
| CAudioStreamSource::~CAudioStreamSource | ( | ) |
Destructor. Construction and destruction
Definition at line 756 of file CMediaClientAppUI.cpp.
| CAudioStreamSource * CAudioStreamSource::NewL | ( | RFs & | aFs, | |
| CMediaClientEngine & | aEngine | |||
| ) | [static] |
Allocates and constructs a new synchronous artificial audio stream source. Construction and destruction
| aFs | File server session | |
| aEngine | Application engine |
Definition at line 706 of file CMediaClientAppUI.cpp.
| void CAudioStreamSource::Next | ( | ) |
Asynchronously feeds the next slice to the stream player.
Definition at line 745 of file CMediaClientAppUI.cpp.
1.5.3