11 #ifndef _MpResourceMsg_h_ 12 #define _MpResourceMsg_h_ 18 #include "utl/UtlString.h" 125 #endif // _MpResourceMsg_h_ MpResourceMsg & operator=(const MpResourceMsg &rhs)
Assignment operator.
Definition: MpResourceMsg.cpp:60
All resources: Enable resource.
Definition: MpResourceMsg.h:38
Message object used to communicate with the media processing task.
Definition: MpResourceMsg.h:30
MpResourceMsg(MpResourceMsgType msg, const UtlString &msgDestName)
Constructor.
Definition: MpResourceMsg.cpp:31
Definition: MpResourceMsg.h:56
MprToneGen: Stop a tone.
Definition: MpResourceMsg.h:44
int getMsg() const
Returns the type of the media resource message.
Definition: MpResourceMsg.cpp:81
UtlString getDestResourceName() const
Get the name of the resource this message applies to.
Definition: MpResourceMsg.cpp:88
MprDecode/MprEncode: Select codecs.
Definition: MpResourceMsg.h:48
virtual OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MpResourceMsg.cpp:45
UtlString mMsgDestName
Intended recipient for this message.
Definition: MpResourceMsg.h:120
MprBridge: Set row or column in mix matrix.
Definition: MpResourceMsg.h:46
MprFromNet and containers stop reading sockets.
Definition: MpResourceMsg.h:51
MpResourceMsgType
Resource message types.
Definition: MpResourceMsg.h:36
All resources: Enable all notifications to be sent from a resource.
Definition: MpResourceMsg.h:40
void setDestResourceName(const UtlString &msgDestName)
Set the name of the resource this message applies to.
Definition: MpResourceMsg.cpp:73
All resources: Disable resource.
Definition: MpResourceMsg.h:39
virtual ~MpResourceMsg()
Destructor.
Definition: MpResourceMsg.cpp:51
All resources: Disable all notification from being sent a from resource.
Definition: MpResourceMsg.h:41
MprFromNet and containers set RTP/RTCP sockets.
Definition: MpResourceMsg.h:50
MprToneGen: Start a tone.
Definition: MpResourceMsg.h:43