|
sipxmediaadapterlib
Version 3.3
|
#include <MiRtpStreamActivityNotf.h>


Public Member Functions | |
Manipulators | |
| MiRtpStreamActivityNotf & | operator= (const MiRtpStreamActivityNotf &rhs) |
| Assignment operator. More... | |
Accessors | |
| StreamState | getState () const |
| Get the stream state. More... | |
| unsigned | getSsrc () const |
| Get the stream SSRC. More... | |
| unsigned | getAddress () const |
| Get IP address of the stream source/destination. More... | |
| int | getPort () const |
| Get port of the stream source/destination. More... | |
Public Member Functions inherited from MiNotification | |
| MiNotification (NotfType msgType, const UtlString &sourceId, int connectionId=INVALID_CONNECTION_ID, int streamId=-1) | |
| Constructor. More... | |
| MiNotification (const MiNotification &rNotf) | |
| Copy constructor. More... | |
| virtual | ~MiNotification () |
| Destructor. More... | |
| MiNotification & | operator= (const MiNotification &rhs) |
| Assignment operator. More... | |
| void | setSourceId (const UtlString &sourceId) |
| Set the unique source identifier. More... | |
| void | setConnectionId (int connId) |
| Set the connection ID that this notification is associated with. More... | |
| void | setStreamId (int streamId) |
| Set the stream number inside the connection this notification is associated with. More... | |
| NotfType | getType (void) const |
| Returns the type of the notification message. More... | |
| UtlString | getSourceId (void) const |
| Get the unique source identifier. More... | |
| int | getConnectionId () const |
| Get the connection ID that this message is associated with. More... | |
| int | getStreamId () const |
| Get the stream number inside the connection this notification is associated with. More... | |
Protected Attributes | |
| StreamState | mState |
| Stream state to be reported. More... | |
| unsigned | mSsrc |
| SSRC of the stream. More... | |
| unsigned | mAddress |
| IP of the stream source/destination. More... | |
| int | mPort |
| Port of the stream source/destination. More... | |
Creators | |
| enum | StreamState { STREAM_START, STREAM_STOP, STREAM_CHANGE } |
| MiRtpStreamActivityNotf (const UtlString &namedResOriginator, StreamState state, unsigned ssrc, unsigned address, int port, int connId=-1, int streamId=-1) | |
| Constructor. More... | |
| MiRtpStreamActivityNotf (const MiRtpStreamActivityNotf &rMsg) | |
| Copy constructor. More... | |
| virtual OsMsg * | createCopy () const |
| Create a copy of this msg object (which may be of a derived type) More... | |
| virtual | ~MiRtpStreamActivityNotf () |
| Destructor. More... | |
Notification used to communicate RTP stream activity.
| enum StreamState |
| MiRtpStreamActivityNotf | ( | const UtlString & | namedResOriginator, |
| StreamState | state, | ||
| unsigned | ssrc, | ||
| unsigned | address, | ||
| int | port, | ||
| int | connId = -1, |
||
| int | streamId = -1 |
||
| ) |
Constructor.
| MiRtpStreamActivityNotf | ( | const MiRtpStreamActivityNotf & | rMsg | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Create a copy of this msg object (which may be of a derived type)
Reimplemented from MiNotification.
| MiRtpStreamActivityNotf & operator= | ( | const MiRtpStreamActivityNotf & | rhs | ) |
Assignment operator.
| MiRtpStreamActivityNotf::StreamState getState | ( | ) | const |
Get the stream state.
| unsigned getSsrc | ( | ) | const |
Get the stream SSRC.
| unsigned getAddress | ( | ) | const |
Get IP address of the stream source/destination.
| int getPort | ( | ) | const |
Get port of the stream source/destination.
|
protected |
Stream state to be reported.
|
protected |
SSRC of the stream.
|
protected |
IP of the stream source/destination.
|
protected |
Port of the stream source/destination.
1.8.11