TRtcpStatistics Class Reference
RTCP statistics class.
The class stores following RTCP statistics for the current RTP session
1. Cumulative number of packet sent since the RTP session started until current SR report is generated 2. Number of payload octets sent since the RTP session started until current SR report is generated 3. Inter arrival jitter 4. Cumulative number of packet lost since the beginning of reception 5. Fraction of packets lost current active RTP session since the previous RR packet was sent
RRtpSession RRtpSendSource RRtpReceiveSource
Constructor & Destructor Documentation
TRtcpStatistics()
TRtcpStatistics | ( | ) | [inline] |
Constructor for the RTCP statistics class
Member Functions Documentation
FractionLost()
Gets the Fraction of Packets lost remote RTCP Staistics for the current RTP session
Jitter()
Gets the Jitter remote RTCP Staistics for the current RTP session
OctetsSent()
Gets the Octets sent remote RTCP Staistics for the current RTP session
PacketsLost()
TInt
| PacketsLost | ( | ) | [inline] |
Gets the Packets lost remote RTCP Staistics for the current RTP session
PacketsSent()
Gets the Packets sent remote RTCP Staistics for the current RTP session
SetFractionLost(TUint8)
void | SetFractionLost | ( | TUint8 | | ) | [inline] |
Sets the Fraction of Packets lost remote RTCP Staistics for the current RTP session
SetJitter(TUint32)
Sets the Jitter remote RTCP Staistics for the current RTP session
SetOctetsSent(TUint32)
Sets the Octets sent remote RTCP Staistics for the current RTP session
SetPacketsLost(TInt)
void | SetPacketsLost | ( | TInt | | ) | [inline] |
Sets the Packets lost remote RTCP Staistics for the current RTP session
SetPacketsSent(TUint32)
void | SetPacketsSent | ( | TUint32 | | ) | [inline] |
Sets the Packets sent remote RTCP Staistics for the current RTP session
Member Data Documentation
TInt
iPacketsLost
TInt
| iPacketsLost | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.