class RRtcpRRItem |
A handle to an RR (Receiver Report) RTP packet.
An instance of this class represents the reception report of one host about another host; it may have come from either a SR (Sender Report) or a RR (Receiver Report) packet, which may contain other RRs (Receiver Reports) as well.
An object of this type is returned from a call to the RRtcpRRPart indexing operator and specifying the index of the required RR.
Note that resources accessed thorugh this handle are owned by other objects and therefore has no Close() member function.
Public Member Functions | |
---|---|
RRtcpRRItem() | |
IMPORT_C TUint | AboutSSRC() |
IMPORT_C TUint | DelaySinceLastSR() |
IMPORT_C TUint | ExtendedHighestSequenceNumber() |
IMPORT_C TUint | FractionLost() |
IMPORT_C TUint | InterarrivalJitter() |
IMPORT_C TUint | LastSRTimestamp() |
IMPORT_C TUint | PacketsLost() |
IMPORT_C TUint | SenderSSRC() |
Private Attributes | |
---|---|
TRtcpRRItem * | iPtr |
IMPORT_C TUint | DelaySinceLastSR | ( | ) | const |
Gets the time between the receipt of the last SR (Sender Report) and the time when this packet was sent.
IMPORT_C TUint | ExtendedHighestSequenceNumber | ( | ) | const |
Gets the extended highest sequence number recieved.
IMPORT_C TUint | FractionLost | ( | ) | const |
Gets the number of packets lost, in 256ths of the total number.
IMPORT_C TUint | LastSRTimestamp | ( | ) | const |
Gets the time of the last received SR (Sender Report)
IMPORT_C TUint | SenderSSRC | ( | ) | const |
Gets the sender's SSRC, i.e. the sender's 32-bit numeric synchronisation source identifier.
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.