|
Bayonne2 / Common C++ 2 Framework
|
RTP fixed header as it is send through the network. More...

Data Fields | |
| unsigned char | version:2 |
| For big endian boxes. More... | |
| unsigned char | padding:1 |
| Padding bit. More... | |
| unsigned char | extension:1 |
| Extension bit. More... | |
| unsigned char | cc:4 |
| CSRC count. More... | |
| unsigned char | marker:1 |
| Marker bit. More... | |
| unsigned char | payload:7 |
| Payload type. More... | |
| uint16 | sequence |
| sequence number More... | |
| uint32 | timestamp |
| timestamp More... | |
| uint32 | sources [1] |
| contributing sources More... | |
RTP fixed header as it is send through the network.
A low-level representation for generic RTP packet header as defined in RFC 1889. A packet consists of the fixed RTP header, a possibly empty list of contributing sources and the payload. Header contents are kept in network (big endian) order.
| unsigned char RTPPacket::RTPFixedHeader::extension |
| unsigned char RTPPacket::RTPFixedHeader::marker |
| unsigned char RTPPacket::RTPFixedHeader::padding |
| unsigned char RTPPacket::RTPFixedHeader::payload |
| uint32 RTPPacket::RTPFixedHeader::sources[1] |
| unsigned char RTPPacket::RTPFixedHeader::version |
1.8.6