#include <MNRTCPPacket.h>
Inheritance diagram for MNRTCPPacket_SR:
Public Member Functions | |
MNRTCPPacket_SR (u_int16 count, u_int32 ssrc, const ntp64 &now, u_int32 rtp_timestamp, u_int32 packets_sent, u_int32 octets_sent) | |
void | init (u_int16 count, u_int32 ssrc, const ntp64 &now, u_int32 rtp_timestamp, u_int32 packets_sent, u_int32 octets_sent) |
virtual bool | isA (SH::Report::ID id) const |
type identification | |
virtual void | write_to_buffer (u_int8 *buffer, size_t len) const |
virtual void | dump (ostream &ostr) const |
u_int32 | getNTPUpper () |
u_int32 | getNTPLower () |
u_int32 | getRTPTimestamp () |
Static Public Attributes | |
SH::Report::ID | Id |
type identification | |
Protected Member Functions | |
MNRTCPPacket_SR () |
|
Calling the parent class and called by SH::ReportFactory. Actual initialization is performed in init(). |
|
|
|
This function is called by the operator<< and must be overloaded by all child classes. Reimplemented from MNRTCPPacket.
|
|
|
|
|
|
|
|
|
|
type identification
Reimplemented from MNRTCPPacket.
|
|
Reimplemented from MNRTCPPacket.
|
|
type identification
Reimplemented from MNRTCPPacket.
|