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 TInt Count ()
IMPORT_C TUint SenderSSRC ()
IMPORT_C RRtcpRRItem operator[] ( TInt )
Private Attributes
TRtcpRRPart & iRRPart

Constructor & Destructor Documentation

RRtcpRRPart(TRtcpRRPart &)

IMPORT_C RRtcpRRPart ( TRtcpRRPart & aRR )

Parameters

TRtcpRRPart & aRR

Member Functions Documentation

Count()

IMPORT_C TInt Count ( ) const

Gets the number of Receiver Reports.

SenderSSRC()

IMPORT_C TUint SenderSSRC ( ) const

operator[](TInt)

IMPORT_C RRtcpRRItem operator[] ( TInt aIndex ) const

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

Parameters

TInt aIndex An 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]