RRtcpRRPart Class Reference

class RRtcpRRPart

An array containing the most recent RRs (Receiver Reports) from all hosts who are reporting on our send stream.

An object of this type is returned by calling RRs() on a handle to an RTP session (an RRtpSession object).

RRtpSession::RRs()

Public Member Functions
RRtcpRRPart(TRtcpRRPart &)
IMPORT_C TIntCount()
IMPORT_C TUintSenderSSRC()
IMPORT_C RRtcpRRItemoperator[](TInt)
Private Attributes
TRtcpRRPart &iRRPart

Constructor & Destructor Documentation

RRtcpRRPart(TRtcpRRPart &)

IMPORT_CRRtcpRRPart(TRtcpRRPart &aRR)

Parameters

TRtcpRRPart & aRR

Member Functions Documentation

Count()

IMPORT_C TIntCount()const

Gets the number of Receiver Reports.

SenderSSRC()

IMPORT_C TUintSenderSSRC()const

operator[](TInt)

IMPORT_C RRtcpRRItemoperator[](TIntaIndex)const

Gets a specific RR (Receiver Report) as identified by the specified index value.

Parameters

TInt aIndexAn index value identifying the specific RR. The index is relative to zero, i.e. zero implies the first RR report. The value must not be negative and must be less than the the value returned by Count().

Member Data Documentation

TRtcpRRPart & iRRPart

TRtcpRRPart &iRRPart[private]