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 |
IMPORT_C RRtcpRRItem | operator[] | ( | TInt | aIndex | ) | const |
Gets a specific RR (Receiver Report) as identified by the specified index value.
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(). |
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.