11 #ifndef _MpToneResourceMsg_h_ 12 #define _MpToneResourceMsg_h_ 19 #include "utl/UtlString.h" 139 #endif // _MpToneResourceMsg_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
void setToneCode(int toneCode)
Set the tone that is associated with this resource.
Definition: MpToneResourceMsg.h:129
int mToneCode
The tone to play/stop/etc.
Definition: MpToneResourceMsg.h:91
MpToneResourceMsg & operator=(const MpToneResourceMsg &rhs)
Assignment operator.
Definition: MpToneResourceMsg.h:119
Message object used to communicate with the media processing task.
Definition: MpToneResourceMsg.h:31
OsMsg * createCopy(void) const
Create a copy of this msg object (which may be of a derived type)
Definition: MpToneResourceMsg.h:108
MpToneResourceMsg(const UtlString &msgDestName, int toneCode)
Constructor.
Definition: MpToneResourceMsg.h:96
int getToneCode(void) const
Get the tone that is associated with this resource.
Definition: MpToneResourceMsg.h:134
~MpToneResourceMsg()
Destructor.
Definition: MpToneResourceMsg.h:113
MprToneGen: Start a tone.
Definition: MpResourceMsg.h:43