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_
RTPReceiverrcvrs_


Detailed Description

rtcpup sender reports

Definition at line 47 of file rtp.h.


Member Function Documentation

int& sender_report::pkts_sent (  )  [inline]

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

Definition at line 59 of file rtp.h.

References pkts_sent_.

Referenced by RTPSession::build_report().

int& sender_report::octets_sent (  )  [inline]

return the total octets sent since the beginning of the session

Definition at line 61 of file rtp.h.

References octets_sent_.

Referenced by RTPSession::build_report().


Member Data Documentation

u_int32_t sender_report::sender_srcid_

the id of the originator of this SR

Definition at line 49 of file rtp.h.

Referenced by sender_srcid().

int sender_report::pkts_sent_

total RTP packets sent since the beginning of the session

Definition at line 51 of file rtp.h.

Referenced by pkts_sent().

int sender_report::octets_sent_

total octets sent since the beginning of the session

Definition at line 53 of file rtp.h.

Referenced by octets_sent().

RTPReceiver* sender_report::rcvrs_

the receivers the originator of this report serves

Definition at line 55 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 Sat Mar 8 18:04:09 2008 for RTP by  doxygen 1.5.1