#include <mw/rtcp.h>
class RRtcpSRPart |
Public Member Functions | |
---|---|
RRtcpSRPart(TRtcpSRPart &) | |
IMPORT_C TUint | ByteCount() |
IMPORT_C const TDesC8 & | Extension() |
IMPORT_C void | NTPTimestamp(TTime &) |
IMPORT_C void | NTPTimestamp(TUint32 &, TUint32 &) |
IMPORT_C TUint | PacketCount() |
IMPORT_C TUint | RTPTimestamp() |
A handle to a SR (Sender Report) packet.
RRs (Receiver Reports) received as part of a SR (Sender Report) are classified with the RRs. The resources accessed through this handle are owned by the receive stream object, a RRtpReceiveStream instance, and therefore has no Close() member function.
IMPORT_C TUint | ByteCount | ( | ) | const |
Gets the number of bytes that have been sent.
Returns: The number of bytes sent.
IMPORT_C const TDesC8 & | Extension | ( | ) |
Gets the profile-specific extension.
Returns: An un-modifiable descriptor reference to the extension data.
IMPORT_C TUint | PacketCount | ( | ) | const |
Gets the number of packets that have been sent.
Returns: The number of packets.
IMPORT_C TUint | RTPTimestamp | ( | ) | const |
Gets the RTP time when this packet was sent.
Note that RTP time is profile dependant and may have an arbitrary start time, but this is useful for tying the SR with the timestamps in the data stream
Returns: The time when the packet was sent.