sipxmedialib
Version 3.3
Main Page
Related Pages
Classes
Files
File List
File Members
include
rtcp
ISetReceiverStatistics.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 _ISetReceiverStatistics_h
16
#define _ISetReceiverStatistics_h
17
18
#include "
rtcp/RtcpConfig.h
"
19
20
// Includes
21
#include "
IRTPHeader.h
"
22
#include "
IBaseClass.h
"
23
39
interface
ISetReceiverStatistics :
public
IBaseClass
40
{
41
42
// Public Methods
43
44
public
:
45
66
virtual
void
SetRTPStatistics(IRTPHeader *piRTPHeader) = 0;
67
68
88
virtual
void
SetLastRcvdSRTime
(uint32_t aulNTPTimestamp[]) = 0;
89
90
};
91
92
93
#endif
94
IRTPHeader.h
IBaseClass.h
SetLastRcvdSRTime
virtual void SetLastRcvdSRTime(uint32_t aulNTPTimestamp[])=0
RtcpConfig.h
Generated by
1.8.11