#include <rtp.h>
Inheritance diagram for RTPSource:


Public Member Functions | |
| RTPSource (u_int32_t srcid) | |
| u_int32_t | srcid () |
| int | np () |
| int | snp () |
| int | ehsr () |
| void | np (int n) |
| void | snp (int n) |
| void | ehsr (int n) |
Public Attributes | |
| RTPSource * | next |
Protected Attributes | |
| u_int32_t | srcid_ |
| int | np_ |
| int | snp_ |
| int | ehsr_ |
|
|
Definition at line 190 of file session-rtp.cc. References srcid(), and srcid_.
|
Here is the call graph for this function:

|
|
Definition at line 78 of file rtp.h. References ehsr_.
00078 { ehsr_ = n; }
|
|
|
Definition at line 74 of file rtp.h. References ehsr_. Referenced by RTPSession::recv().
00074 { return (ehsr_); }
|
|
|
Definition at line 76 of file rtp.h. References np_.
00076 { np_ += n; }
|
|
|
Definition at line 72 of file rtp.h. References np_. Referenced by RTPSession::build_report(), RTPSession::localsrc_update(), and RTPSession::recv().
00072 { return (np_); }
|
|
|
Definition at line 77 of file rtp.h. References snp_.
00077 { snp_ = n; }
|
|
|
Definition at line 73 of file rtp.h. References snp_.
00073 { return (snp_); }
|
|
|
Definition at line 71 of file rtp.h. References srcid_, and u_int32_t. Referenced by RTPSession::lookup(), RTPSource(), and RTPSession::srcid().
00071 { return (srcid_); }
|
|
|
Definition at line 83 of file rtp.h. Referenced by ehsr(). |
|
|
Definition at line 68 of file rtp.h. Referenced by RTPSession::enter(), RTPSession::lookup(), and RTPSession::~RTPSession(). |
|
|
Definition at line 81 of file rtp.h. Referenced by np(). |
|
|
Definition at line 82 of file rtp.h. Referenced by snp(). |
|
|
Definition at line 80 of file rtp.h. Referenced by RTPSource(), and srcid(). |
1.3.3