GNU Radio's RTP Package
rtp_header Struct Reference

#include <rtp.h>

Public Attributes

int version
uint8_t type
uint16_t seq
uint32_t timestamp
uint32_t ssrc
bool marker:1
bool pad:1
bool extension:1
int cc
uint32_t csrc [15]

Member Data Documentation

◆ cc

int rtp_header::cc

◆ csrc

uint32_t rtp_header::csrc[15]

◆ extension

bool rtp_header::extension

◆ marker

bool rtp_header::marker

◆ pad

bool rtp_header::pad

◆ seq

uint16_t rtp_header::seq

◆ ssrc

uint32_t rtp_header::ssrc

◆ timestamp

uint32_t rtp_header::timestamp

◆ type

uint8_t rtp_header::type

◆ version

int rtp_header::version

The documentation for this struct was generated from the following file: