Interface status: |
deprecated |
|
class TMdaEventPackage : public TMdaRawPackage;
Description
Not used in MMF
Derivation
TMdaRawPackage
- Abstract base class for all media server package types.
TMdaEventPackage
- Not used in MMF
Members
Defined in TMdaEventPackage
:
Inherited from TMdaRawPackage
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline TMdaEventPackage();
Description
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
protected: inline TMdaEventPackage(TInt aMaxEvents);
Description
Parameters
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline TInt EventCount() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline TInt MaxEvents() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline const TMdaEvent& Event();
Description
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline const TMdaEvent& Event(TInt aIndex);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline TInt EventFrom();
Description
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
inline TInt EventFrom(TInt aIndex);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
protected: TInt iMaxEvents;
Description
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
protected: TInt iValidEvents;
Description
Interface status: |
deprecated |
Inherited from: TMdaEventPackage |
protected: TMdaObjectEvent iFirstEvent;
Description