RTP fixed header as it is send through the network.
More...
Collaboration diagram for RTPPacket::RTPFixedHeader:
Data Fields
Detailed Description
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.
Definition at line 402 of file rtppkt.h.
Field Documentation
unsigned char RTPPacket::RTPFixedHeader::cc
For little endian boxes.
CSRC count
Definition at line 414 of file rtppkt.h.
unsigned char RTPPacket::RTPFixedHeader::extension
Extension bit.
Definition at line 415 of file rtppkt.h.
unsigned char RTPPacket::RTPFixedHeader::marker
unsigned char RTPPacket::RTPFixedHeader::padding
unsigned char RTPPacket::RTPFixedHeader::payload
uint16 RTPPacket::RTPFixedHeader::sequence
sequence number
Definition at line 421 of file rtppkt.h.
uint32 RTPPacket::RTPFixedHeader::sources[1]
contributing sources
Definition at line 423 of file rtppkt.h.
uint32 RTPPacket::RTPFixedHeader::timestamp
unsigned char RTPPacket::RTPFixedHeader::version
Version, currently 2.
Definition at line 417 of file rtppkt.h.
The documentation for this struct was generated from the following file: