|
|
|
|
Location:
Utility.h
Link against: mediaclient.lib
class CMdaServer : public CBase;
This class has been deprecated in 7.0s.
CBase - Base class for all classes to be instantiated on the heapCMdaServer - This class has been deprecated in 7.0sDefined in CMdaServer:
AddListenerL(), NewL(), RemoveListener(), ~CMdaServer()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CMdaServer *NewL();
Connects to and starts the media server.
|
IMPORT_C ~CMdaServer();
Destructor. Closes the session with the media server.
|
IMPORT_C void AddListenerL(MMdaObjectEventListener &aListener);
Adds an object event listener, so that events can be passed to it.
|
IMPORT_C void RemoveListener(MMdaObjectEventListener &aListener);
Removes an object event listener so that events can no longer be passed to it. The specified listener must be in the list, or a panic occurs.
|