#include <mw/rtcp.h>
Link against: rtpremoved.lib
class RRtcpRRPart |
Public Member Functions | |
---|---|
RRtcpRRPart(TRtcpRRPart &) | |
IMPORT_C TInt | Count() |
IMPORT_C TUint | SenderSSRC() |
IMPORT_C RRtcpRRItem | operator[](TInt) |
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).
See also: RRtpSession::RRs()
IMPORT_C | RRtcpRRPart | ( | TRtcpRRPart & | aRR | ) |
IMPORT_C TInt | Count | ( | ) | const |
Gets the number of Receiver Reports.
IMPORT_C TUint | SenderSSRC | ( | ) | const |
IMPORT_C RRtcpRRItem | operator[] | ( | TInt | aIndex | ) | const |
Gets a specific RR (Receiver Report) as identified by the specified index value.
Parameters | |
---|---|
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(). |