TRtcpStatistics Class Reference

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

RRtpSession RRtpSendSource RRtpReceiveSource

Constructor & Destructor Documentation

TRtcpStatistics()

TRtcpStatistics ( ) [inline]

Constructor for the RTCP statistics class

Member Functions Documentation

FractionLost()

TUint8 FractionLost ( ) [inline]

Gets the Fraction of Packets lost remote RTCP Staistics for the current RTP session

Jitter()

TUint32 Jitter ( ) [inline]

Gets the Jitter remote RTCP Staistics for the current RTP session

OctetsSent()

TUint32 OctetsSent ( ) [inline]

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()

TUint32 PacketsSent ( ) [inline]

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

Parameters

TUint8

SetJitter(TUint32)

void SetJitter ( TUint32 ) [inline]

Sets the Jitter remote RTCP Staistics for the current RTP session

Parameters

TUint32

SetOctetsSent(TUint32)

void SetOctetsSent ( TUint32 ) [inline]

Sets the Octets sent remote RTCP Staistics for the current RTP session

Parameters

TUint32

SetPacketsLost(TInt)

void SetPacketsLost ( TInt ) [inline]

Sets the Packets lost remote RTCP Staistics for the current RTP session

Parameters

TInt

SetPacketsSent(TUint32)

void SetPacketsSent ( TUint32 ) [inline]

Sets the Packets sent remote RTCP Staistics for the current RTP session

Parameters

TUint32

Member Data Documentation

TUint8 iFractionLost

TUint8 iFractionLost [private]

TUint32 iJitter

TUint32 iJitter [private]

TUint32 iOctetsSent

TUint32 iOctetsSent [private]

TInt iPacketsLost

TInt iPacketsLost [private]

TUint32 iPacketsSent

TUint32 iPacketsSent [private]