class TRtcpStatistics |
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
Public Member Functions | |
---|---|
TRtcpStatistics () | |
TUint8 | FractionLost () |
TUint32 | Jitter () |
TUint32 | OctetsSent () |
TInt | PacketsLost () |
TUint32 | PacketsSent () |
void | SetFractionLost ( TUint8 ) |
void | SetJitter ( TUint32 ) |
void | SetOctetsSent ( TUint32 ) |
void | SetPacketsLost ( TInt ) |
void | SetPacketsSent ( TUint32 ) |
Private Attributes | |
---|---|
TUint8 | iFractionLost |
TUint32 | iJitter |
TUint32 | iOctetsSent |
TInt | iPacketsLost |
TUint32 | iPacketsSent |
TUint8 | FractionLost | ( | ) | [inline] |
Gets the Fraction of Packets lost remote RTCP Staistics for the current RTP session
TUint32 | Jitter | ( | ) | [inline] |
Gets the Jitter remote RTCP Staistics for the current RTP session
TUint32 | OctetsSent | ( | ) | [inline] |
Gets the Octets sent remote RTCP Staistics for the current RTP session
TInt | PacketsLost | ( | ) | [inline] |
Gets the Packets lost remote RTCP Staistics for the current RTP session
TUint32 | PacketsSent | ( | ) | [inline] |
Gets the Packets sent remote RTCP Staistics for the current RTP session
void | SetFractionLost | ( | TUint8 | ) | [inline] |
Sets the Fraction of Packets lost remote RTCP Staistics for the current RTP session
TUint8 |
void | SetJitter | ( | TUint32 | ) | [inline] |
Sets the Jitter remote RTCP Staistics for the current RTP session
TUint32 |
void | SetOctetsSent | ( | TUint32 | ) | [inline] |
Sets the Octets sent remote RTCP Staistics for the current RTP session
TUint32 |
void | SetPacketsLost | ( | TInt | ) | [inline] |
Sets the Packets lost remote RTCP Staistics for the current RTP session
TInt |
void | SetPacketsSent | ( | TUint32 | ) | [inline] |
Sets the Packets sent remote RTCP Staistics for the current RTP session
TUint32 |
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.