#include "private.h"
Public Attributes | |
unsigned char | version:2 |
Version, currently 2. 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... |
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 77 of file rtpext.h.
|
CSRC count.
|
|
Extension bit.
|
|
Marker bit.
|
|
Padding bit.
|
|
Payload type.
|
|
sequence number.
|
|
contributing sources.
|
|
timestamp.
|
|
Version, currently 2.
|