Go to the documentation of this file.
28 #ifndef OPAL_OPAL_MEDIACMD_H
29 #define OPAL_OPAL_MEDIACMD_H
73 virtual PObject *
Clone()
const = 0;
80 virtual PString
GetName()
const = 0;
93 #define OPAL_DEFINE_MEDIA_COMMAND(cls, name) \
94 class cls : public OpalMediaCommand \
96 PCLASSINFO_WITH_CLONE(cls, OpalMediaCommand) \
99 virtual PString GetName() const { return name; } \
112 virtual PString
GetName()
const;
120 #endif // OPAL_OPAL_MEDIACMD_H