struct RtpHeaderStruct

RTP packet header

u_int32_t extension: 1
header extension flag
u_int32_t marker: 1
marker bit - for profile
u_int32_t padding: 1
padding flag - for encryption
u_int32_t sequence : 16
sequence number of this packet
u_int32_t version: 2
protocal version
u_int32_t count: 4
csrc count
u_int32_t type: 7
payload type
RtpSrc ssrc
source of packet
RtpSrc startOfCsrc
list of contributing sources
RtpTime timestamp
timestamp of this packet

Documentation

RTP packet header
u_int32_t version: 2
protocal version

u_int32_t padding: 1
padding flag - for encryption

u_int32_t extension: 1
header extension flag

u_int32_t count: 4
csrc count

u_int32_t marker: 1
marker bit - for profile

u_int32_t type: 7
payload type

u_int32_t sequence : 16
sequence number of this packet

RtpTime timestamp
timestamp of this packet

RtpSrc ssrc
source of packet

RtpSrc startOfCsrc
list of contributing sources

alphabetic index hierarchy of classes


generated by doc++