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 ()

Public Attributes

u_int32_t sender_srcid_
int pkts_sent_
int octets_sent_
sr_extensionss_ext_


Detailed Description

rtcpup sender reports

Definition at line 61 of file rtp.h.


Member Function Documentation

u_int32_t& sender_report::sender_srcid (  )  [inline]

Definition at line 69 of file rtp.h.

References sender_srcid_.

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

00069 { return (sender_srcid_); }

int& sender_report::pkts_sent (  )  [inline]

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

Definition at line 71 of file rtp.h.

References pkts_sent_.

Referenced by RTPSession::build_report().

00071 { return (pkts_sent_); }

int& sender_report::octets_sent (  )  [inline]

return the total octets sent since the beginning of the session

Definition at line 73 of file rtp.h.

References octets_sent_.

Referenced by RTPSession::build_report().

00073 { return (octets_sent_); }


Member Data Documentation

the id of the originator of this SR

Definition at line 63 of file rtp.h.

Referenced by sender_srcid().

total RTP packets sent since the beginning of the session

Definition at line 65 of file rtp.h.

Referenced by pkts_sent().

total octets sent since the beginning of the session

Definition at line 67 of file rtp.h.

Referenced by octets_sent().

Definition at line 74 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 Mon Jun 2 11:25:26 2008 for ASMP by  doxygen 1.5.5