11 #ifndef _MpIntResourceMsg_h_ 12 #define _MpIntResourceMsg_h_ 40 const UtlString& targetResourceName,
108 #endif // _MpIntResourceMsg_h_ MpResourceMsg & operator=(const MpResourceMsg &rhs)
Assignment operator.
Definition: MpResourceMsg.cpp:60
Message object used to communicate with the media processing task.
Definition: MpResourceMsg.h:30
OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MpIntResourceMsg.h:55
MpIntResourceMsg(const MpIntResourceMsg &msg)
Copy constructor.
Definition: MpIntResourceMsg.h:48
MpIntResourceMsg & operator=(const MpIntResourceMsg &rhs)
Assignment operator.
Definition: MpIntResourceMsg.h:67
int mData
Integer to be passed to resource.
Definition: MpIntResourceMsg.h:103
Message used to pass an integer value to resource.
Definition: MpIntResourceMsg.h:29
MpResourceMsgType
Resource message types.
Definition: MpResourceMsg.h:36
int getData() const
Return contained integer.
Definition: MpIntResourceMsg.h:88
MpIntResourceMsg(MpResourceMsgType type, const UtlString &targetResourceName, int data)
Constructor.
Definition: MpIntResourceMsg.h:39