Go to the documentation of this file. 41 #include "rtpconfig.h" 53 uint8_t payloadtype:7;
54 #else // little endian 60 uint8_t payloadtype:7;
62 #endif // RTP_BIG_ENDIAN 64 uint16_t sequencenumber;
69 struct RTPExtensionHeader
75 struct RTPSourceIdentifier
80 struct RTCPCommonHeader
86 #else // little endian 90 #endif // RTP_BIG_ENDIAN 96 struct RTCPSenderReport
100 uint32_t rtptimestamp;
101 uint32_t packetcount;
105 struct RTCPReceiverReport
108 uint8_t fractionlost;
109 uint8_t packetslost[3];
110 uint32_t exthighseqnr;
116 struct RTCPSDESHeader