11 #ifndef _MprnRtpStreamActivityMsg_h_ 12 #define _MprnRtpStreamActivityMsg_h_ 18 #include "utl/UtlString.h" 114 #endif // _MprnRtpStreamActivityMsg_h_ MprnRtpStreamActivityMsg & operator=(const MprnRtpStreamActivityMsg &rhs)
Assignment operator.
Definition: MprnRtpStreamActivityMsg.cpp:61
Stream have been started.
Definition: MprnRtpStreamActivityMsg.h:43
StreamState mState
Stream state to be reported.
Definition: MprnRtpStreamActivityMsg.h:103
int getPort() const
Get port of the stream source/destination.
Definition: MprnRtpStreamActivityMsg.cpp:92
virtual OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MprnRtpStreamActivityMsg.cpp:48
StreamState getState() const
Get the stream state.
Definition: MprnRtpStreamActivityMsg.cpp:77
unsigned getAddress() const
Get IP address of the stream source/destination.
Definition: MprnRtpStreamActivityMsg.cpp:87
MprnRtpStreamActivityMsg(const UtlString &namedResOriginator, StreamState state, RtpSRC ssrc, unsigned address, int port, MpConnectionID connId=MP_INVALID_CONNECTION_ID, int streamId=-1)
Constructor.
Definition: MprnRtpStreamActivityMsg.cpp:25
Stream have been stopped.
Definition: MprnRtpStreamActivityMsg.h:44
unsigned getSsrc() const
Get the stream SSRC.
Definition: MprnRtpStreamActivityMsg.cpp:82
interface rtpts_t rtpts_t ssrc_t ssrc
Definition: ISetSenderStatistics.h:68
RtpSRC mSsrc
SSRC of the stream.
Definition: MprnRtpStreamActivityMsg.h:104
Definition: MpResNotificationMsg.h:31
int mPort
Port of the stream source/destination.
Definition: MprnRtpStreamActivityMsg.h:106
Definition: MprnRtpStreamActivityMsg.h:33
Stream attributes have been changed.
Definition: MprnRtpStreamActivityMsg.h:45
unsigned mAddress
IP of the stream source/destination.
Definition: MprnRtpStreamActivityMsg.h:105
int MpConnectionID
Flowgraph connection ID.
Definition: MpTypes.h:56
uint32_t RtpSRC
RTP SSRC or CSRC identifier.
Definition: MpTypes.h:61
#define MP_INVALID_CONNECTION_ID
Definition: MpTypes.h:57
virtual ~MprnRtpStreamActivityMsg()
Destructor.
Definition: MprnRtpStreamActivityMsg.cpp:53
StreamState
Definition: MprnRtpStreamActivityMsg.h:42