RTP Header (http://tools.ietf.org/html/rfc3550#section-5.1) More...
#include <rtp.h>
Data Fields | |
uint16_t | version:2 |
uint16_t | padding:1 |
uint16_t | extension:1 |
uint16_t | csrccount:4 |
uint16_t | markerbit:1 |
uint16_t | type:7 |
uint16_t | seq_number |
uint32_t | timestamp |
uint32_t | ssrc |
uint32_t | csrc [16] |
RTP Header (http://tools.ietf.org/html/rfc3550#section-5.1)
uint32_t rtp_header::csrc[16] |
uint16_t rtp_header::csrccount |
uint16_t rtp_header::extension |
uint16_t rtp_header::markerbit |
uint16_t rtp_header::padding |
uint16_t rtp_header::seq_number |
uint32_t rtp_header::ssrc |
uint32_t rtp_header::timestamp |
uint16_t rtp_header::type |
uint16_t rtp_header::version |