sender_report Struct Reference

#include <rtp.h>

List of all members.

Public Member Functions

u_int32_t & sender_srcid ()
int & pkts_sent ()
int & octets_sent ()
double & low_tx ()
double & medium_tx ()
double & high_tx ()

Public Attributes

u_int32_t sender_srcid_
int pkts_sent_
int octets_sent_
double low_tx_
double medium_tx_
double high_tx_
sr_extensionss_ext_


Detailed Description

rtcpup sender reports

Definition at line 62 of file rtp.h.


Member Function Documentation

u_int32_t& sender_report::sender_srcid (  )  [inline]

Definition at line 76 of file rtp.h.

References sender_srcid_.

Referenced by RTPSession::build_report(), and RTPSession::recv_ctrl().

00076 { return (sender_srcid_); }

int& sender_report::pkts_sent (  )  [inline]

return the total RTP packets sent since the beginning of the session

Definition at line 78 of file rtp.h.

References pkts_sent_.

Referenced by RTPSession::build_report().

00078 { return (pkts_sent_); }

int& sender_report::octets_sent (  )  [inline]

return the total octets sent since the beginning of the session

Definition at line 80 of file rtp.h.

References octets_sent_.

Referenced by RTPSession::build_report().

00080 { return (octets_sent_); }

double& sender_report::low_tx (  )  [inline]

Definition at line 81 of file rtp.h.

References low_tx_.

Referenced by RTPSession::build_report(), and RTPSession::recv_ctrl().

00081 {return low_tx_;}

double& sender_report::medium_tx (  )  [inline]

Definition at line 82 of file rtp.h.

References medium_tx_.

Referenced by RTPSession::build_report(), and RTPSession::recv_ctrl().

00082 {return medium_tx_;}

double& sender_report::high_tx (  )  [inline]

Definition at line 83 of file rtp.h.

References high_tx_.

Referenced by RTPSession::build_report(), and RTPSession::recv_ctrl().

00083 {return high_tx_;}


Member Data Documentation

the id of the originator of this SR

Definition at line 64 of file rtp.h.

Referenced by sender_srcid().

total RTP packets sent since the beginning of the session

Definition at line 66 of file rtp.h.

Referenced by pkts_sent().

total octets sent since the beginning of the session

Definition at line 68 of file rtp.h.

Referenced by octets_sent().

the average low transmission rate of the low capacity stream

Definition at line 70 of file rtp.h.

Referenced by low_tx().

the average transmission rate of the medium capacity stream

Definition at line 72 of file rtp.h.

Referenced by medium_tx().

the average transmission rate of the high capacity stream

Definition at line 74 of file rtp.h.

Referenced by high_tx().

Definition at line 84 of file rtp.h.

Referenced by RTPSession::build_report(), and RTPSession::recv_ctrl().


The documentation for this struct was generated from the following file:

Generated on Sun Jun 1 20:54:52 2008 for ASMP_S by  doxygen 1.5.5