sipxmedialib  Version 3.3
IGetSenderStatistics.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 _IGetSenderStatistics_h
16 #define _IGetSenderStatistics_h
17 
18 #include "rtcp/RtcpConfig.h"
19 
20 // Include
21 #include "IBaseClass.h"
22 
37 interface IGetSenderStatistics : public IBaseClass
38  {
39 
40 // Public Methods
41 
42 public:
43 
62  virtual ssrc_t GetSSRC(void)=0;
63 
83  virtual void GetSenderStatistics(uint32_t *ulPacketCount,
84  uint32_t *ulOctetCount) = 0;
85 
86 };
87 
88 #endif
89 
virtual void GetSenderStatistics(uint32_t *ulPacketCount, uint32_t *ulOctetCount)=0
virtual ssrc_t GetSSRC(void)=0
uint32_t ssrc_t
Definition: RtcpConfig.h:62