UniMRCP  1.7.0
Data Fields
rtp_header_t Struct Reference

#include <mpf_rtp_header.h>

Data Fields

apr_uint32_t count: 4
 
apr_uint32_t extension: 1
 
apr_uint32_t padding: 1
 
apr_uint32_t version: 2
 
apr_uint32_t type: 7
 
apr_uint32_t marker: 1
 
apr_uint32_t sequence: 16
 
apr_uint32_t timestamp
 
apr_uint32_t ssrc
 

Detailed Description

RTP header

Field Documentation

◆ count

apr_uint32_t rtp_header_t::count

CSRC count

◆ extension

apr_uint32_t rtp_header_t::extension

header extension flag

◆ marker

apr_uint32_t rtp_header_t::marker

marker bit

◆ padding

apr_uint32_t rtp_header_t::padding

padding flag

◆ sequence

apr_uint32_t rtp_header_t::sequence

sequence number

◆ ssrc

apr_uint32_t rtp_header_t::ssrc

synchronization source

◆ timestamp

apr_uint32_t rtp_header_t::timestamp

timestamp

◆ type

apr_uint32_t rtp_header_t::type

payload type

◆ version

apr_uint32_t rtp_header_t::version

protocol version


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