11 #ifndef _MpSetSocketsMsg_h_ 12 #define _MpSetSocketsMsg_h_ 112 #endif // _MpSetSocketsMsg_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
MpSetSocketsMsg & operator=(const MpSetSocketsMsg &rhs)
Assignment operator.
Definition: MpSetSocketsMsg.h:70
MpSetSocketsMsg(const MpSetSocketsMsg &resourceMsg)
Copy constructor.
Definition: MpSetSocketsMsg.h:48
OsSocket * mRtpSocket
RTP socket.
Definition: MpSetSocketsMsg.h:106
OsMsg * createCopy(void) const
Create a copy of this msg object (which may be of a derived type)
Definition: MpSetSocketsMsg.h:55
OsSocket * getRtpSocket() const
Definition: MpSetSocketsMsg.h:90
MpSetSocketsMsg(const UtlString &targetResourceName, OsSocket *rtpSocket, OsSocket *rtcpSocket)
Constructor.
Definition: MpSetSocketsMsg.h:39
~MpSetSocketsMsg()
Destructor.
Definition: MpSetSocketsMsg.h:61
OsSocket * mRtcpSocket
RTCP socket.
Definition: MpSetSocketsMsg.h:107
MprFromNet and containers set RTP/RTCP sockets.
Definition: MpResourceMsg.h:50
OsSocket * getRtcpSocket() const
Definition: MpSetSocketsMsg.h:91
Message used to set gains in bridge mix matrix.
Definition: MpSetSocketsMsg.h:29