sipxmedialib  Version 3.3
IRTCPStatistics.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 
12 // Border Guard
13 #ifndef _IRTCPStatistics_h
14 #define _IRTCPStatistics_h
15 
16 #include "rtcp/RtcpConfig.h"
17 
18 // Includes
19 #include "IBaseClass.h"
20 #include "IGetReceiverStatistics.h"
21 #include "IGetByeInfo.h"
22 
39 interface IRTCPStatistics : public IBaseClass
40  {
41 
42 // Public Methods
43 public:
44 
74  void GetStatistics(IGetSrcDescription **piGetSrcDescription,
75  IGetSenderStatistics **piSenderStatistics,
76  IGetReceiverStatistics **piReceiverStatistics,
77  IGetByeInfo **piGetByeInfo);
78 
79 
80 
81 };
82 
83 #endif
84 
interface IGetSenderStatistics IGetReceiverStatistics ** piReceiverStatistics
Definition: IRTCPStatistics.h:74
interface IGetSenderStatistics ** piSenderStatistics
Definition: IRTCPStatistics.h:74
interface IGetSenderStatistics IGetReceiverStatistics IGetByeInfo ** piGetByeInfo
Definition: IRTCPStatistics.h:74