CMdaServer Class Reference
#include
<mda/client/utility.h>
Link against: mediaclient.lib
class CMdaServer : public CBase |
Detailed Description
Deprecated
This class has been deprecated in 7.0s.
Constructor & Destructor Documentation
~CMdaServer ( )
Destructor. Closes the session with the media server.
-
panic
- EMdaUtilServerListenerListNotEmpty Not all event listeners that were added to the server have been removed.
-
panic
- EMdaClientBaseSessionHasOpenObjects The client has resources still open in the server.
Member Function Documentation
AddListenerL ( MMdaObjectEventListener & )
Adds an object event listener, so that events can be passed to it.
Parameter | Description | aListener | The object event listener to add to the list. |
NewL ( )
Connects to and starts the media server.
Returns: The connected session with the media server.
RemoveListener ( MMdaObjectEventListener & )
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.
Parameter | Description | aListener | The object event listener to remove from the list. |