sipxmedialib  Version 3.3
IGetReceiverStatistics.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2006-2013 SIPez LLC. All rights reserved.
3 //
4 // Copyright (C) 2004-2006 SIPfoundry Inc.
5 // Licensed by SIPfoundry under the LGPL license.
6 //
7 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
8 // Licensed to SIPfoundry under a Contributor Agreement.
9 //
10 // $$
12 
13 
14 // Border Guard
15 #ifndef _IGetReceiverStatistics_h
16 #define _IGetReceiverStatistics_h
17 
18 #include "rtcp/RtcpConfig.h"
19 
20 // Include
21 #include "IBaseClass.h"
22 
38 interface IGetReceiverStatistics : public IBaseClass
39  {
40 
41 // Public Methods
42 
43 public:
44 
63  virtual ssrc_t GetSSRC(void)=0;
64 
96 virtual void GetReceiverStatistics(uint32_t *pulFractionalLoss,
97  uint32_t *pulCumulativeLoss,
98  uint32_t *pulHighestSequenceNo,
99  uint32_t *pulInterarrivalJitter,
100  uint32_t *pulSRTimestamp,
101  uint32_t *pulPacketDelay) = 0;
102 
103 
104 
105 };
106 
107 #endif
108 
virtual void GetReceiverStatistics(uint32_t *pulFractionalLoss, uint32_t *pulCumulativeLoss, uint32_t *pulHighestSequenceNo, uint32_t *pulInterarrivalJitter, uint32_t *pulSRTimestamp, uint32_t *pulPacketDelay)=0
virtual ssrc_t GetSSRC(void)=0
uint32_t ssrc_t
Definition: RtcpConfig.h:62